History log of /external/python/cpython3/Lib/curses/has_key.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be19ed77ddb047e02fe94d142181062af6d99dcc 09-Feb-2007 Guido van Rossum <guido@python.org> Fix most trivially-findable print statements.

There's one major and one minor category still unfixed:
doctests are the major category (and I hope to be able to augment the
refactoring tool to refactor bona fide doctests soon);
other code generating print statements in strings is the minor category.

(Oh, and I don't know if the compiler package works.)
/external/python/cpython3/Lib/curses/has_key.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython3/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/cpython3/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/cpython3/Lib/curses/has_key.py
40ea6177b975432804cd94608a2584d29adf45b5 13-Aug-2001 Andrew M. Kuchling <amk@amk.ca> Remove redundant import
/external/python/cpython3/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/cpython3/Lib/curses/has_key.py