commit | 41ff39948651e1f21d6f4bff5c1f435a0637666d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Mar 25 00:55:12 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Mar 25 00:55:12 2010 +0000 |
tree | b7f46015df0f8deb43b78b36f90072d8b17248a2 | |
parent | 120c21227af4e54ec181da8fce6ae21b414aa2d0 [diff] |
Merged revisions 79395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79395 | victor.stinner | 2010-03-25 01:51:58 +0100 (jeu., 25 mars 2010) | 5 lines Fix _curses.tiget*() functions: deny None to avoid a crash. Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None), _curses.tigetstr(None). ........