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
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
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.