summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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