]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Patch #633635 from David M. Cooke]
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 6 Nov 2002 14:15:36 +0000 (14:15 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 6 Nov 2002 14:15:36 +0000 (14:15 +0000)
commit7e23f00948a0157452c3a76ef1057fd494e48832
tree4152f0418ba6c0697691f7be060112a675ee72fb
parent4e7be06a652680611a81d6bb1fb03ce4227ac02e
[Patch #633635 from David M. Cooke]
   Make keyname raise ValueError if passed -1, avoiding a segfault
   Make getkey() match the docs and raise an exception in nodelay mode
   The return type of getch() is int, not chtype
Modules/_cursesmodule.c