summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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