Home | History | Annotate | Download | only in Lib

Lines Matching defs:urlopen

3 The simplest way to use this module is to call the urlopen function,
17 urlopen(url, data=None) -- Basic usage is the same as original
73 f = urllib2.urlopen('http://www.python.org/')
131 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
175 return '<urlopen error %s>' % self.reason
1375 # urllib2 users shouldn't expect OSErrors coming from urlopen()