]> granicus.if.org Git - python/commit
Merged revisions 77370 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jan 2010 19:21:34 +0000 (19:21 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jan 2010 19:21:34 +0000 (19:21 +0000)
commit0b074575b737ee31a46c05718110272c2785e47a
tree895b586b61ffa88942a1ec3c64988ea725b80046
parentd3ffdb44c819944a54264b9c3d4017928bceee04
Merged revisions 77370 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77370 | antoine.pitrou | 2010-01-08 20:20:17 +0100 (ven., 08 janv. 2010) | 5 lines

  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