]> granicus.if.org Git - python/commitdiff
Add curses-related news items
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Oct 2001 16:37:10 +0000 (16:37 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 22 Oct 2001 16:37:10 +0000 (16:37 +0000)
Misc/NEWS

index 79cbb7626a4b5d93b7590765ad5d24d58ac46064..4e77c41b80a95b5e2dd45f3477b6d1046781b5fa 100644 (file)
--- 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