History log of /external/python/cpython2/Lib/curses/has_key.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc 10-Oct-2009 Benjamin Peterson <benjamin@python.org> replace has_key with 'in' operator
/external/python/cpython2/Lib/curses/has_key.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Lib/curses/has_key.py
f19f8610faa2119b14b9af72415f450e3ab7a1d3 02-Sep-2003 Andrew M. Kuchling <amk@amk.ca> Modernize code a bit: use isinstance instead of type(); return True/False
/external/python/cpython2/Lib/curses/has_key.py
0ec5288d09e2ac3652c8a88f644417629ed1e759 02-Sep-2003 Andrew M. Kuchling <amk@amk.ca> [Patch #759208] Fix has_key emulation to not raise KeyError
/external/python/cpython2/Lib/curses/has_key.py
40ea6177b975432804cd94608a2584d29adf45b5 13-Aug-2001 Andrew M. Kuchling <amk@amk.ca> Remove redundant import
/external/python/cpython2/Lib/curses/has_key.py
b45bd325b5e816a939c78fc4a3f421cf65a9dc19 01-Aug-2000 Andrew M. Kuchling <amk@amk.ca> Added Python function to emulate the ncurses has_key() function.
/external/python/cpython2/Lib/curses/has_key.py