From: Jesse Noller Date: Sun, 18 Jan 2009 19:45:18 +0000 (+0000) Subject: Correct issue number for 68728 checkin X-Git-Tag: v3.1a1~477 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cbb17a818a70aacd6cbecd3411a2f91a08b7826;p=thirdparty%2FPython%2Fcpython.git Correct issue number for 68728 checkin --- diff --git a/Misc/NEWS b/Misc/NEWS index 499e5425077f..b88de58e00f3 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