diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-24 20:37:08 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-24 20:37:08 (GMT) |
commit | 793c14ea2965a1584a7f85aa663d0fd7cfdef629 (patch) | |
tree | 29d8376beb0c140413734633141c35bcdd554c45 | |
parent | b876df4cbb0b2b51ed4576ebbecea6f794d4abcd (diff) | |
download | cpython-793c14ea2965a1584a7f85aa663d0fd7cfdef629.zip cpython-793c14ea2965a1584a7f85aa663d0fd7cfdef629.tar.gz cpython-793c14ea2965a1584a7f85aa663d0fd7cfdef629.tar.bz2 |
Issue #4727: Fixed issue number in Misc/NEWS.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |