Antoine Pitrou <pit...@free.fr> added the comment:

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

----------

_______________________________________
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