summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-28 08:16:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-28 08:16:06 (GMT)
commitbdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e (patch)
tree63c9a846600e877c25717a872be03ffe9aa0d39d /Misc/NEWS
parent283de2b9c18e38c9a573526d6c398ade7dd6f8e9 (diff)
downloadcpython-bdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e.zip
cpython-bdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e.tar.gz
cpython-bdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e.tar.bz2
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Based on patch by Tycho Andersen.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c972b1..11ec5f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,9 @@ Core and Builtins
Library
-------
+- Issue #13051: Fixed recursion errors in large or resized
+ curses.textpad.Textbox. Based on patch by Tycho Andersen.
+
- Issue #9770: curses.ascii predicates now work correctly with negative
integers.