[issue7092] Test suite emits many DeprecationWarnings when -3 is enabled

Antoine Pitrou report at bugs.python.org
Wed Jan 6 21:52:17 CET 2010


Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7092>
_______________________________________


More information about the Python-bugs-list mailing list