From: Walter Dörwald Date: Tue, 6 Mar 2007 21:15:24 +0000 (+0000) Subject: Document change to curses. X-Git-Tag: v2.6a1~2092 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8537c303c796f42b0375922d2d8a17f3ebcb465a;p=thirdparty%2FPython%2Fcpython.git Document change to curses. --- diff --git a/Misc/NEWS b/Misc/NEWS index f10f8be19ce9..aeae50784857 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -484,6 +484,8 @@ Extension Modules - Added support for linking the bsddb module against BerkeleyDB 4.5.x. +- Bug #1633621: if curses.resizeterm() or curses.resize_term() is called, + update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS. Tests -----