summaryrefslogtreecommitdiffstats
path: root/Lib/curses/has_key.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-150/+148
|
* Modernize code a bit: use isinstance instead of type(); return True/FalseAndrew M. Kuchling2003-09-021-4/+7
|
* [Patch #759208] Fix has_key emulation to not raise KeyErrorAndrew M. Kuchling2003-09-021-1/+3
|
* Remove redundant importAndrew M. Kuchling2001-08-131-1/+0
|
* Added Python function to emulate the ncurses has_key() function.Andrew M. Kuchling2000-08-011-0/+190