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 pitrou
Recipients barry, benjamin.peterson, brett.cannon, esam, exarkun, ezio.melotti, flox, pitrou, rhettinger
Date 2010-01-06.20:52:14
SpamBayes Score 0.00037386006
Marked as misclassified No
Message-id <1262811137.1.0.128980219467.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
> All these modules yield:
> "DeprecationWarning: the cPickle module has been removed in Python 3.0"

I think this warning is both annoying (cPickle is a legitimate module to use in 2.x, since pickle is much slower) and useless (2to3 should be able to do the module rename -- Benjamin, does it?). Therefore I suggest to remove this warning.
History
Date User Action Args
2010-01-06 20:52:17pitrousetrecipients: + pitrou, barry, brett.cannon, rhettinger, exarkun, benjamin.peterson, ezio.melotti, flox, esam
2010-01-06 20:52:17pitrousetmessageid: <1262811137.1.0.128980219467.issue7092@psf.upfronthosting.co.za>
2010-01-06 20:52:15pitroulinkissue7092 messages
2010-01-06 20:52:14pitroucreate