From: Andrew M. Kuchling Date: Mon, 22 Oct 2001 16:37:10 +0000 (+0000) Subject: Add curses-related news items X-Git-Tag: v2.2.1c1~1109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15e035371525cd31713d55444e955a5a77808557;p=thirdparty%2FPython%2Fcpython.git Add curses-related news items --- diff --git a/Misc/NEWS b/Misc/NEWS index 79cbb7626a4b..4e77c41b80a9 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