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 illume
Recipients illume, quentin.gallet-gilles
Date 2009-09-22.10:11:18
SpamBayes Score 0.012378705
Marked as misclassified No
Message-id <1253614280.67.0.650334389738.issue6964@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

yes it does report a warning with 2.6, thanks.

python2.6 -3 -c "import new"
-c:1: DeprecationWarning: The 'new' module has been removed in Python
3.0; use the 'types' module instead.

I guess it should be a TODO item with 2to3.

cheers,
History
Date User Action Args
2009-09-22 10:11:20illumesetrecipients: + illume, quentin.gallet-gilles
2009-09-22 10:11:20illumesetmessageid: <1253614280.67.0.650334389738.issue6964@psf.upfronthosting.co.za>
2009-09-22 10:11:18illumelinkissue6964 messages
2009-09-22 10:11:18illumecreate