En Tue, 20 Oct 2009 19:09:00 -0300, Maxim Khitrov <mkhit...@gmail.com> escribió:

I ran into a rather strange problem when interrupting a raw_input call
with Ctrl-C. This is with python 2.6.3 on Windows 7. When the call is
interrupted, one of two things happen - either a KeyboardInterrupt
exception is raised or raw_input raises EOFError, and
KeyboardInterrupt is raised a line or two later.

I could not reproduce it with XP so it may be an issue with Windows 7 only.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to