diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-22 21:41:05 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-22 21:41:05 (GMT) |
commit | ff150f2921e554f61ac5452757bd39d881bf1a5f (patch) | |
tree | 5c8d47f4d426cd3c1f5975ce2aa4aa181b878e9b /Doc | |
parent | 45f9cf96cd061b67c0dd316261971aeed767af66 (diff) | |
download | cpython-ff150f2921e554f61ac5452757bd39d881bf1a5f.zip cpython-ff150f2921e554f61ac5452757bd39d881bf1a5f.tar.gz cpython-ff150f2921e554f61ac5452757bd39d881bf1a5f.tar.bz2 |
Revert r85797 (and r85798): it broke the Windows buildbots because of
test_multiprocessing's misbehaviour.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 0a561f1..c16fe87 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -563,8 +563,7 @@ 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`, :issue:`3873` and - :issue:`9935`.) + and the Unladen Swallow team in :issue:`9410` and :issue:`3873`.) Filenames and Unicode |