Document curses changes.

This commit is contained in:
Walter Dörwald 2007-03-06 21:16:32 +00:00
parent 05b5c7fe0e
commit 6a9c780cde

View file

@ -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
-------