diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-04-20 20:25:55 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2013-04-20 20:25:55 (GMT) |
commit | f3bc94662800fd4c28f23375628f3447d2aa7b85 (patch) | |
tree | 152a2d77f6ab580cd204a69d3687128660dc4cc2 /Misc | |
parent | a6d67e6c5d8d635be58766712562bc4fe1eee9ba (diff) | |
parent | 1f7492c28a5aa5a1abfb3de9dc88ac440296a36c (diff) | |
download | cpython-f3bc94662800fd4c28f23375628f3447d2aa7b85.zip cpython-f3bc94662800fd4c28f23375628f3447d2aa7b85.tar.gz cpython-f3bc94662800fd4c28f23375628f3447d2aa7b85.tar.bz2 |
Merge 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ Library - Issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. +- Isuse #17720: Fix the Python implementation of pickle.Unpickler to correctly + process the APPENDS opcode when it is used on non-list objects. + - Issue #17012: shutil.which() no longer fallbacks to the PATH environment variable if empty path argument is specified. Patch by Serhiy Storchaka. |