This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author quentin.gallet-gilles
Recipients illume, quentin.gallet-gilles
Date 2009-09-22.09:24:06
SpamBayes Score 4.3363565e-05
Marked as misclassified No
Message-id <1253611447.43.0.225524512917.issue6964@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-09-22 09:24:07quentin.gallet-gillessetrecipients: + quentin.gallet-gilles, illume
2009-09-22 09:24:07quentin.gallet-gillessetmessageid: <1253611447.43.0.225524512917.issue6964@psf.upfronthosting.co.za>
2009-09-22 09:24:06quentin.gallet-gilleslinkissue6964 messages
2009-09-22 09:24:06quentin.gallet-gillescreate