]> granicus.if.org Git - python/commitdiff
Update whatsnew about pickle optimizations
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 12 Oct 2010 21:07:20 +0000 (21:07 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 12 Oct 2010 21:07:20 +0000 (21:07 +0000)
Doc/whatsnew/3.2.rst

index 2e7deecd03f684c524ba765f5b76d58333784d67..e5d79b628050c5613965b3e57c9ba0835ab08aa2 100644 (file)
@@ -562,11 +562,8 @@ A number of small performance enhancements have been added:
   (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