Issue #7092: Remove py3k warning when importing cPickle. 2to3 handles
commit93b821f53b7126c80cb4ac82710219cdb602b912
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 8 Jan 2010 19:20:17 +0000 (8 19:20 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 8 Jan 2010 19:20:17 +0000 (8 19:20 +0000)
treeffc353dd2d485120b451352e23e93d98b60d36a8
parent82d234b62054b9e1c179c642ce438839af4b719a
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.

git-svn-id: http://svn.python.org/projects/python/trunk@77370 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_py3kwarn.py
Misc/NEWS
Modules/cPickle.c