]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #412086, reported by Peter Wilson: The _curses module doesn't
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Apr 2001 16:08:41 +0000 (16:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Apr 2001 16:08:41 +0000 (16:08 +0000)
commit37f026381167db43ab3ccce59bfe26a098eeac56
tree95238876c659b2551c0ef17ccd87eaf29d1ed2c1
parent7880e5ecd7711569c6fe4499d02297d8c5e03102
Bug #412086, reported by Peter Wilson: The _curses module doesn't
    define COLORS or COLOR_PAIRS until after start_color() is called,
    but they were never added to the curses module.  Fixed by adding
    a wrapper around start_color(), similar to the wrapper around initscr().
Lib/curses/__init__.py