[Python-checkins] r85385 - python/branches/py3k/Doc/whatsnew/3.2.rst

antoine.pitrou python-checkins at python.org
Tue Oct 12 23:07:20 CEST 2010


Author: antoine.pitrou
Date: Tue Oct 12 23:07:20 2010
New Revision: 85385

Log:
Update whatsnew about pickle optimizations



Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Tue Oct 12 23:07:20 2010
@@ -562,11 +562,8 @@
   (Patch by Florent Xicluna in :issue:`7622` and :issue:`7462`.)
 
 * Serializing and unserializing data using the :mod:`pickle` module is now
-  up to 4x faster, thanks to various optimizations initially contributed
-  to the Unladen Swalled project.
-
-  (Ported to Python 3 by Alexandre Vassalotti and Antoine Pitrou in
-  :issue:`9410`)
+  several times faster. (Contributed by Alexandre Vassalotti, Antoine Pitrou
+  and the Unladen Swallow team in :issue:`9410` and :issue:`3873`.)
 
 
 Filenames and Unicode


More information about the Python-checkins mailing list