summaryrefslogtreecommitdiffstats
path: root/Misc
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
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')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index de27616..a0206ab 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -325,6 +325,7 @@ Inyeol Lee
John J. Lee
Luc Lefebvre
Kip Lehman
+Joerg Lehmann
Marc-Andre Lemburg
William Lewis
Robert van Liere
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
-------