diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-22 19:45:13 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-22 19:45:13 (GMT) |
commit | 45f9cf96cd061b67c0dd316261971aeed767af66 (patch) | |
tree | ffbe6992830dc3b9cb3cce12da39387921cb98b7 /Doc/whatsnew | |
parent | 7eecffd05dcef6666f3f75bd960d5087cb85d629 (diff) | |
download | cpython-45f9cf96cd061b67c0dd316261971aeed767af66.zip cpython-45f9cf96cd061b67c0dd316261971aeed767af66.tar.gz cpython-45f9cf96cd061b67c0dd316261971aeed767af66.tar.bz2 |
Update what's new
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index c16fe87..0a561f1 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -563,7 +563,8 @@ A number of small performance enhancements have been added: * Serializing and unserializing data using the :mod:`pickle` module is now several times faster. (Contributed by Alexandre Vassalotti, Antoine Pitrou - and the Unladen Swallow team in :issue:`9410` and :issue:`3873`.) + and the Unladen Swallow team in :issue:`9410`, :issue:`3873` and + :issue:`9935`.) Filenames and Unicode |