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 exarkun
Recipients barry, benjamin.peterson, brett.cannon, esam, exarkun, ezio.melotti, flox, pitrou, rhettinger
Date 2010-01-06.20:59:18
SpamBayes Score 0.0003754908
Marked as misclassified No
Message-id <1262811559.76.0.650331726432.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.

You may be right, but keep in mind that cPickle and pickle are only *mostly* compatible with each other.  There are uses of one which will not automatically work if you switch to the other.
History
Date User Action Args
2010-01-06 20:59:19exarkunsetrecipients: + exarkun, barry, brett.cannon, rhettinger, pitrou, benjamin.peterson, ezio.melotti, flox, esam
2010-01-06 20:59:19exarkunsetmessageid: <1262811559.76.0.650331726432.issue7092@psf.upfronthosting.co.za>
2010-01-06 20:59:18exarkunlinkissue7092 messages
2010-01-06 20:59:18exarkuncreate