[issue6964] import new fails

Quentin Gallet-Gilles report at bugs.python.org
Tue Sep 22 11:24:07 CEST 2009


Quentin Gallet-Gilles <qgallet at gmail.com> added the comment:

The 'new' module has been removed in python 3.0. The documentation
advices you to use the 'types' modules instead
(http://docs.python.org/library/new.html).

I'm also pretty sure you get a message for this module if you enable the
warnings at interpreter startup in python 2.6.

----------
nosy: +quentin.gallet-gilles

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6964>
_______________________________________


More information about the Python-bugs-list mailing list