]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct issue number for 68728 checkin
authorJesse Noller <jnoller@gmail.com>
Sun, 18 Jan 2009 19:45:18 +0000 (19:45 +0000)
committerJesse Noller <jnoller@gmail.com>
Sun, 18 Jan 2009 19:45:18 +0000 (19:45 +0000)
Misc/NEWS

index 499e5425077f01b68e700f70a1687f0b8b0383ae..b88de58e00f3fcf0f4cd7f3d24df40fd6dbbffd0 100644 (file)
--- 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