From: Walter Dörwald Date: Tue, 6 Mar 2007 21:16:32 +0000 (+0000) Subject: Document curses changes. X-Git-Tag: v2.5.1c1~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a9c780cde7d4e554ef432eee9684d7f2039f38b;p=python Document curses changes. --- diff --git a/Misc/NEWS b/Misc/NEWS index 27dddf820d..81ea48596f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -191,6 +191,9 @@ Extension Modules - Bug #1552726: fix polling at the interpreter prompt when certain versions of the readline library are in use. +- Bug #1633621: if curses.resizeterm() or curses.resize_term() is called, + update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS. + Library -------