HomeSort by relevance Sort by last modified time
    Searched refs:urlwith_frag (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 160 urlwith_frag = "http://docs.python.org/2/glossary.html#glossary"
161 with test_support.transient_internet(urlwith_frag):
162 req = urllib2.Request(urlwith_frag)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 160 urlwith_frag = "http://docs.python.org/2/glossary.html#glossary"
161 with test_support.transient_internet(urlwith_frag):
162 req = urllib2.Request(urlwith_frag)

Completed in 27 milliseconds