Document change to curses.

This commit is contained in:
Walter Dörwald 2007-03-06 21:15:24 +00:00
parent d391f0855c
commit 8537c303c7
1 changed files with 2 additions and 0 deletions

View File

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