Home | History | Annotate | Download | only in test

Lines Matching refs:urllib

7 import urllib
39 f = _open_with_retry(urllib.urlopen, "http://www.python.org/")
43 """Tests urllib.urlopen using the network.
58 return _open_with_retry(urllib.urlopen, *args)
108 open_url = urllib.FancyURLopener().open(URL)
149 # urllib.urlopen, "http://www.sadflkjsasadf.com/")
150 urllib.urlopen, "http://sadflkjsasf.i.nvali.d/")
153 """Tests urllib.urlretrieve using the network."""
156 return _open_with_retry(urllib.urlretrieve, *args)
207 ("urllib.urlopen.. has been removed", DeprecationWarning)):