]> 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)
commit4d42af136bb62f138d2d119c244caeaac78cc9ad
tree3533230ee499ad1111a4d17f037db9c36275f106
parentf77fe6b5a654f4b39aba909a52d8c4c2cf5e3d11
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