]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document change to curses.
authorWalter Dörwald <walter@livinglogic.de>
Tue, 6 Mar 2007 21:15:24 +0000 (21:15 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 6 Mar 2007 21:15:24 +0000 (21:15 +0000)
Misc/NEWS

index f10f8be19ce9155d6a2cf4fb05a367fda0836dd4..aeae50784857090b636444b1c63824d5c1d33d1e 100644 (file)
--- 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
 -----