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 tjguk
Recipients jecanne, paul.moore, steve.dower, tim.golden, tjguk, zach.ware
Date 2016-03-10.16:26:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <56E1A04E.3070605@timgolden.me.uk>
In-reply-to <1457626725.91.0.992328225706.issue26531@psf.upfronthosting.co.za>
Content
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?
History
Date User Action Args
2016-03-10 16:26:58tjguksetrecipients: + tjguk, paul.moore, tim.golden, zach.ware, steve.dower, jecanne
2016-03-10 16:26:58tjguklinkissue26531 messages
2016-03-10 16:26:58tjgukcreate