summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-03-06 21:15:24 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2007-03-06 21:15:24 (GMT)
commit8537c303c796f42b0375922d2d8a17f3ebcb465a (patch)
treecc4cca297b8eb1375ba398f4e96198a2ddd2dccb /Misc
parentd391f0855c7996ebe82a2980b068dcad1076817a (diff)
downloadcpython-8537c303c796f42b0375922d2d8a17f3ebcb465a.zip
cpython-8537c303c796f42b0375922d2d8a17f3ebcb465a.tar.gz
cpython-8537c303c796f42b0375922d2d8a17f3ebcb465a.tar.bz2
Document change to curses.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f10f8be..aeae507 100644
--- 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
-----