diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-10-22 16:37:10 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-10-22 16:37:10 (GMT) |
commit | 15e035371525cd31713d55444e955a5a77808557 (patch) | |
tree | 68334d8d4b61e0eec756c54e96c3daf3bd02fd4f /Misc/NEWS | |
parent | 996fad315cbbc16b33c9983f758787ec69507864 (diff) | |
download | cpython-15e035371525cd31713d55444e955a5a77808557.zip cpython-15e035371525cd31713d55444e955a5a77808557.tar.gz cpython-15e035371525cd31713d55444e955a5a77808557.tar.bz2 |
Add curses-related news items
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |