[Python-checkins] r54183 - python/branches/release25-maint/Misc/NEWS

walter.doerwald python-checkins at python.org
Tue Mar 6 22:16:32 CET 2007


Author: walter.doerwald
Date: Tue Mar  6 22:16:32 2007
New Revision: 54183

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
Document curses changes.


Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Tue Mar  6 22:16:32 2007
@@ -191,6 +191,9 @@
 - 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
 -------
 


More information about the Python-checkins mailing list