summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-08-13 23:11:04 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-08-13 23:11:04 (GMT)
commit69f31eb80c86f74cf35ae313870f87b6611293fa (patch)
tree16babeca0ce1b9f6d59c37ac730d0dd17b5defb8 /Misc/NEWS
parenta54b92b2ebcbaaa4b7f77ff411a73a820522a67b (diff)
downloadcpython-69f31eb80c86f74cf35ae313870f87b6611293fa.zip
cpython-69f31eb80c86f74cf35ae313870f87b6611293fa.tar.gz
cpython-69f31eb80c86f74cf35ae313870f87b6611293fa.tar.bz2
[Patch #739124] Add use_default_colors() to curses module
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 93c7fb8..ee464ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Extension modules
- The signal module now exposes SIGRTMIN and SIGRTMAX (if available).
+- curses module now supports use_default_colors(). [patch #739124]
+
Library
-------