diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-28 08:06:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-28 08:06:33 (GMT) |
commit | 686c1f6915a52e181cc25247ba2ae9613ccfec66 (patch) | |
tree | 17b43f5698d08215d5423978db0c62072a746811 /Misc | |
parent | b7fc5e42c505e7bc23215db7d97ec23673abac4f (diff) | |
parent | 283de2b9c18e38c9a573526d6c398ade7dd6f8e9 (diff) | |
download | cpython-686c1f6915a52e181cc25247ba2ae9613ccfec66.zip cpython-686c1f6915a52e181cc25247ba2ae9613ccfec66.tar.gz cpython-686c1f6915a52e181cc25247ba2ae9613ccfec66.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
@@ -40,6 +40,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. |