COMMITS
/ Lib/curses/has_key.py March 21, 2026
J
gh-146153: Use `frozendict` in pure python fallback for `curses.has_key` (#146154)
Jonathan Dung committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
September 2, 2003
A
Modernize code a bit: use isinstance instead of type(); return True/False
Andrew M. Kuchling committed
A
[Patch #759208] Fix has_key emulation to not raise KeyError
Andrew M. Kuchling committed
August 13, 2001
A
Remove redundant import
Andrew M. Kuchling committed
August 1, 2000
A
Added Python function to emulate the ncurses has_key() function.
Andrew M. Kuchling committed