summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2013-04-20 20:25:55 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2013-04-20 20:25:55 (GMT)
commitf3bc94662800fd4c28f23375628f3447d2aa7b85 (patch)
tree152a2d77f6ab580cd204a69d3687128660dc4cc2 /Misc
parenta6d67e6c5d8d635be58766712562bc4fe1eee9ba (diff)
parent1f7492c28a5aa5a1abfb3de9dc88ac440296a36c (diff)
downloadcpython-f3bc94662800fd4c28f23375628f3447d2aa7b85.zip
cpython-f3bc94662800fd4c28f23375628f3447d2aa7b85.tar.gz
cpython-f3bc94662800fd4c28f23375628f3447d2aa7b85.tar.bz2
Merge 3.3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a65c92c..64429ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.