I\'m writing python 2.6.6 code on windows that looks like this:
try: dostuff() except KeyboardInterrupt: print \"Interrupted!\" except: print \"S
Here's a guess about what's happening: