Hi all,<br><br>__package__ is used extensively throughout the py lib.<br>Unfortunately it will also be used by python 2.6 (see <a href="http://www.python.org/dev/peps/pep-0366/">http://www.python.org/dev/peps/pep-0366/</a>)<br>
I have replaced all occurences of __package__ with __pypackage__ to make py 0.9.0 work with python 2.6.<br>I didn't run the testsuite but py.test seemed to work fine afterwards.<br>Any plans to fix it?<br><br>- Ralf<br>
<br><br><br>