TJG added the comment:
I don't have Win10 to test with, but can you confirm that the method is
necessary for the code to fail? IOW does this fail equally?
while True:
try: raw_input()
except KeyboardInterrupt: print "Interrupt!"
Also, do I assume that the code simply carries on regardless without
reaching the exception handler? Or does something else happen?
----------
nosy: +tjguk
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue26531>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com