summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-10-22 16:37:10 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-10-22 16:37:10 (GMT)
commit15e035371525cd31713d55444e955a5a77808557 (patch)
tree68334d8d4b61e0eec756c54e96c3daf3bd02fd4f /Misc
parent996fad315cbbc16b33c9983f758787ec69507864 (diff)
downloadcpython-15e035371525cd31713d55444e955a5a77808557.zip
cpython-15e035371525cd31713d55444e955a5a77808557.tar.gz
cpython-15e035371525cd31713d55444e955a5a77808557.tar.bz2
Add curses-related news items
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 79cbb76..4e77c41 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins
Extension modules
+- Various bugfixes to the curses module.
+
Library
Tools/Demos
@@ -24,6 +26,9 @@ New platforms
Tests
+- Added a test script for the curses module. It isn't run automatically;
+ regrtest.py must be run with '-u curses' to enable it.
+
Windows