[Bug 512564] Re: site.py makes python 3 compatibility validation fail

2010-03-16 Thread Matthias Klose
can't reproduce anymore in lucid ** Changed in: python2.6 (Ubuntu) Status: Confirmed => Fix Released -- site.py makes python 3 compatibility validation fail https://bugs.launchpad.net/bugs/512564 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 512564] Re: site.py makes python 3 compatibility validation fail

2010-02-05 Thread Toni Ruottu
here too ** Changed in: python2.6 (Ubuntu) Status: New => Confirmed -- site.py makes python 3 compatibility validation fail https://bugs.launchpad.net/bugs/512564 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 512564] Re: site.py makes python 3 compatibility validation fail

2010-02-05 Thread Seth Kriticos
Confirm bug. Simply running python with the -3 flag produces the following output: % python -3 /usr/lib/python2.6/site.py:1: DeprecationWarning: The 'new' module has been removed in Python 3.0; use the 'types' module instead. """Append module search paths for third-party packages to sys.path.