This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mrbax
Recipients
Date 2004-06-02.11:17:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
With various versions of console Python 2.3.x under 
Windows 2000, executed using the "Python (command-
line)" Start Menu shortcut, I have noticed the following 
intermittent errors:

1. When pressing Ctrl-C at the prompt, Python 
terminates.

2. When pressing Ctrl-C during a raw_input, Python 
raises an EOFError instead of KeyboardInterrupt.

I usually cannot duplicate this behaviour by repeatedly 
pressing Ctrl-C or repeating the steps that led to it.
History
Date User Action Args
2007-08-23 14:22:05adminlinkissue964949 messages
2007-08-23 14:22:05admincreate