[py-dev] __package__ attribute used by python 2.6
Ralf Schmitt
schmir at gmail.com
Thu Feb 7 19:27:36 CET 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://codespeak.net/pipermail/py-dev/attachments/20080207/ff7a342a/attachment.htm
More information about the py-dev
mailing list