changeset: 95180:83cbf61a972b user: Serhiy Storchaka date: Tue Mar 24 22:37:08 2015 +0200 files: Misc/NEWS description: Issue #4727: Fixed issue number in Misc/NEWS. diff -r 0dd263949e41 -r 83cbf61a972b Misc/NEWS --- a/Misc/NEWS Tue Mar 24 22:30:46 2015 +0200 +++ b/Misc/NEWS Tue Mar 24 22:37:08 2015 +0200 @@ -41,7 +41,7 @@ - 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.