Jean-Paul Calderone <exar...@divmod.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to