]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Dec 2016 08:16:06 +0000 (10:16 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Dec 2016 08:16:06 +0000 (10:16 +0200)
commitbdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e
tree63c9a846600e877c25717a872be03ffe9aa0d39d
parent283de2b9c18e38c9a573526d6c398ade7dd6f8e9
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Based on patch by Tycho Andersen.
Lib/curses/textpad.py
Lib/test/test_curses.py
Misc/ACKS
Misc/NEWS