diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-08-13 23:11:04 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-08-13 23:11:04 (GMT) |
commit | 69f31eb80c86f74cf35ae313870f87b6611293fa (patch) | |
tree | 16babeca0ce1b9f6d59c37ac730d0dd17b5defb8 /Misc/NEWS | |
parent | a54b92b2ebcbaaa4b7f77ff411a73a820522a67b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------- |