[Python-checkins] r54182 - python/trunk/Misc/NEWS

walter.doerwald python-checkins at python.org
Tue Mar 6 22:15:24 CET 2007


Author: walter.doerwald
Date: Tue Mar  6 22:15:24 2007
New Revision: 54182

Modified:
   python/trunk/Misc/NEWS
Log:
Document change to curses.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Mar  6 22:15:24 2007
@@ -484,6 +484,8 @@
 
 - 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
 -----


More information about the Python-checkins mailing list