commit | 53ff86ea5f0ed27f5eb5b966faf59dac298d6672 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Mar 25 00:51:58 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Mar 25 00:51:58 2010 +0000 |
tree | 38099f3cd794760f8fbbba800aad9757e5f75904 | |
parent | 6cbf90fc0fd552ec7689e5a885b278c05aa866ae [diff] |
Fix _curses.tiget*() functions: deny None to avoid a crash. Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None), _curses.tigetstr(None).