Skip to content

Instantly share code, notes, and snippets.

@fillest
Last active November 11, 2015 09:56
Show Gist options
  • Save fillest/2be320c6089a145e4cc8 to your computer and use it in GitHub Desktop.
Save fillest/2be320c6089a145e4cc8 to your computer and use it in GitHub Desktop.
import contextlib
import urllib2
try:
with contextlib.closing(urllib2.urlopen(url, timeout = 1)) as resp:
#resp.getcode()
except urllib2.URLError as e:
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment