Hi all, __package__ is used extensively throughout the py lib. Unfortunately it will also be used by python 2.6 (see http://www.python.org/dev/peps/pep-0366/) I have replaced all occurences of __package__ with __pypackage__ to make py 0.9.0 work with python 2.6. I didn't run the testsuite but py.test seemed to work fine afterwards. Any plans to fix it?
- Ralf
_______________________________________________ py-dev mailing list py-dev@codespeak.net http://codespeak.net/mailman/listinfo/py-dev