Skip to content

Instantly share code, notes, and snippets.

@reiddraper
Created August 3, 2011 02:31
Show Gist options
  • Save reiddraper/1121777 to your computer and use it in GitHub Desktop.
Save reiddraper/1121777 to your computer and use it in GitHub Desktop.
import time
try:
time.sleep(1000 ** 2)
except Exception, e:
print 'caught it'
except:
print "it didn't catch KeyboardInterrupt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment