diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-28 08:22:56 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-28 08:22:56 (GMT) |
commit | 6c57708949fdc409b666b8e9e0ed22d2724a44d3 (patch) | |
tree | 1862d03955e52d571bb79ad2bc050f3a0fc1d886 /Misc | |
parent | 686c1f6915a52e181cc25247ba2ae9613ccfec66 (diff) | |
parent | bdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e (diff) | |
download | cpython-6c57708949fdc409b666b8e9e0ed22d2724a44d3.zip cpython-6c57708949fdc409b666b8e9e0ed22d2724a44d3.tar.gz cpython-6c57708949fdc409b666b8e9e0ed22d2724a44d3.tar.bz2 |
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Based on patch by Tycho Andersen.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -41,6 +41,7 @@ A. Amoroso Mark Anacker Shashwat Anand Anders Andersen +Tycho Andersen John Anderson Pehr Anderson Erik Andersén @@ -40,6 +40,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. |