summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.2.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-12 21:07:20 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-12 21:07:20 (GMT)
commit6c314ec946b9e3075707557e74b91d33eed82e07 (patch)
tree20abba9f1859d3da28ea957657a4e5995bed1518 /Doc/whatsnew/3.2.rst
parent04248a8d99e518e7e833a1e2de9e3a8c1a325245 (diff)
downloadcpython-6c314ec946b9e3075707557e74b91d33eed82e07.zip
cpython-6c314ec946b9e3075707557e74b91d33eed82e07.tar.gz
cpython-6c314ec946b9e3075707557e74b91d33eed82e07.tar.bz2
Update whatsnew about pickle optimizations
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r--Doc/whatsnew/3.2.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 2e7deec..e5d79b6 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -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