From: Serhiy Storchaka Date: Tue, 24 Mar 2015 20:37:08 +0000 (+0200) Subject: Issue #4727: Fixed issue number in Misc/NEWS. X-Git-Tag: v3.5.0a3~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=793c14ea2965a1584a7f85aa663d0fd7cfdef629;p=thirdparty%2FPython%2Fcpython.git Issue #4727: Fixed issue number in Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 3b79745fe61a..c7e80d5d79a5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -41,7 +41,7 @@ Library - Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. Got rid of quadratic complexity in breaking long words. -- Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and +- Issue #4727: The copy module now uses pickle protocol 4 (PEP 3154) and supports copying of instances of classes whose __new__ method takes keyword-only arguments.