summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Noller <jnoller@gmail.com>2009-01-18 19:45:18 (GMT)
committerJesse Noller <jnoller@gmail.com>2009-01-18 19:45:18 (GMT)
commit1cbb17a818a70aacd6cbecd3411a2f91a08b7826 (patch)
treec12a2ff013c81f0452806b67ea374f55dea50a42
parentf70a538f20c7113ee989c9f4663c7c2b34e62f26 (diff)
downloadcpython-1cbb17a818a70aacd6cbecd3411a2f91a08b7826.zip
cpython-1cbb17a818a70aacd6cbecd3411a2f91a08b7826.tar.gz
cpython-1cbb17a818a70aacd6cbecd3411a2f91a08b7826.tar.bz2
Correct issue number for 68728 checkin
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 499e542..b88de58 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,7 +132,7 @@ Core and Builtins
Library
-------
-- Issue #10867: Remove python2.x try: except: imports for old cPickle from
+- Issue #3325: Remove python2.x try: except: imports for old cPickle from
multiprocessing.
- Issue #4959: inspect.formatargspec now works for keyword only arguments