From: Antoine Pitrou Date: Fri, 8 Jan 2010 19:22:50 +0000 (+0000) Subject: Blocked revisions 77370 via svnmerge X-Git-Tag: v3.2a1~1883 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8316e616026db1f1611641a4d495915676e8fba;p=python Blocked revisions 77370 via svnmerge ........ 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. ........ ---