summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-28 08:06:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-28 08:06:33 (GMT)
commit686c1f6915a52e181cc25247ba2ae9613ccfec66 (patch)
tree17b43f5698d08215d5423978db0c62072a746811 /Misc
parentb7fc5e42c505e7bc23215db7d97ec23673abac4f (diff)
parent283de2b9c18e38c9a573526d6c398ade7dd6f8e9 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 767f3e3..1441a08 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.