]> granicus.if.org Git - python/commit
Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jan 2010 19:20:17 +0000 (19:20 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jan 2010 19:20:17 +0000 (19:20 +0000)
commit8015725d4f828ed877d90e17c3e1b7203f6f24a6
treee75f291e1f4b4aee23eef323770eab6e7b0416b1
parentce8e33a095030e7af94f58f9da196b240bdf0476
Issue #7092: Remove py3k warning when importing cPickle.  2to3 handles
renaming of `cPickle` to `pickle`.  The warning was annoying since there's
no alternative to cPickle if you care about performance.  Patch by Florent
Xicluna.
Lib/test/test_py3kwarn.py
Misc/NEWS
Modules/cPickle.c