diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-28 08:04:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-28 08:04:27 (GMT) |
commit | 283de2b9c18e38c9a573526d6c398ade7dd6f8e9 (patch) | |
tree | 3804c8870fca8b8bac7b9328e58284ad471c7977 /Misc | |
parent | c9ad8b7a2384f063dc0a99c652dccd9e7616e14e (diff) | |
download | cpython-283de2b9c18e38c9a573526d6c398ade7dd6f8e9.zip cpython-283de2b9c18e38c9a573526d6c398ade7dd6f8e9.tar.gz cpython-283de2b9c18e38c9a573526d6c398ade7dd6f8e9.tar.bz2 |
Issue #9770: curses.ascii predicates now work correctly with negative integers.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -140,6 +140,9 @@ Core and Builtins Library ------- +- Issue #9770: curses.ascii predicates now work correctly with negative + integers. + - Issue #28427: old keys should not remove new values from WeakValueDictionary when collecting from another thread. |