]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added Python function to emulate the ncurses has_key() function.
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 1 Aug 2000 01:21:11 +0000 (01:21 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 1 Aug 2000 01:21:11 +0000 (01:21 +0000)
commitb45bd325b5e816a939c78fc4a3f421cf65a9dc19
tree193c29036f64e71cea2763234fb8f2bdf4ef975b
parentf917bf6080633e8fa87c3d61c83dddc3b3c853ed
Added Python function to emulate the ncurses has_key() function.
Lib/curses/__init__.py
Lib/curses/has_key.py [new file with mode: 0644]