]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 2.27:
authorRaymond Hettinger <python@rcn.com>
Mon, 7 Oct 2002 02:33:56 +0000 (02:33 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 7 Oct 2002 02:33:56 +0000 (02:33 +0000)
commitca514924ca4fc327b0e9aeaee46c83e5657477d8
tree1daabc4f9d79f30dcda558d526db8e6aea887e21
parentcec12549862eb62923ea0641c835064a67c378f0
Backport 2.27:

Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.

This gets us closer to consistent Ctrl+C behaviour on NT and Win9x.
NT now reliably generates KeyboardInterrupt exceptions for NT when a
file IO operation was aborted.  Bugfix candidate
Parser/myreadline.c