[Patch #739124] Add use_default_colors() to curses module

This commit is contained in:
Andrew M. Kuchling 2003-08-13 23:11:04 +00:00
parent a54b92b2eb
commit 69f31eb80c
6 changed files with 44 additions and 3 deletions

View file

@ -325,6 +325,7 @@ Inyeol Lee
John J. Lee
Luc Lefebvre
Kip Lehman
Joerg Lehmann
Marc-Andre Lemburg
William Lewis
Robert van Liere

View file

@ -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
-------