summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesse Noller <jnoller@gmail.com>2009-01-18 19:44:02 (GMT)
committerJesse Noller <jnoller@gmail.com>2009-01-18 19:44:02 (GMT)
commitf70a538f20c7113ee989c9f4663c7c2b34e62f26 (patch)
treef823f18f654816046c2a2a372ef1f6bd07f51612 /Misc
parent38d54f7867843c7661eee244e19cf8c27ea7c3f1 (diff)
downloadcpython-f70a538f20c7113ee989c9f4663c7c2b34e62f26.zip
cpython-f70a538f20c7113ee989c9f4663c7c2b34e62f26.tar.gz
cpython-f70a538f20c7113ee989c9f4663c7c2b34e62f26.tar.bz2
Issues #10867: remove old cPickle imports from multiprocessing
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 b1c5d7f..499e542 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@ Core and Builtins
Library
-------
+- Issue #10867: Remove python2.x try: except: imports for old cPickle from
+ multiprocessing.
+
- Issue #4959: inspect.formatargspec now works for keyword only arguments
without defaults.