merge 3.4 (#21115)
This commit is contained in:
commit
1b90f8e0e9
|
@ -157,12 +157,12 @@ class OtherNetworkTests(unittest.TestCase):
|
|||
## self._test_urls(urls, self._extra_handlers()+[bauth, dauth])
|
||||
|
||||
def test_urlwithfrag(self):
|
||||
urlwith_frag = "http://docs.python.org/2/glossary.html#glossary"
|
||||
urlwith_frag = "https://docs.python.org/2/glossary.html#glossary"
|
||||
with support.transient_internet(urlwith_frag):
|
||||
req = urllib.request.Request(urlwith_frag)
|
||||
res = urllib.request.urlopen(req)
|
||||
self.assertEqual(res.geturl(),
|
||||
"http://docs.python.org/2/glossary.html#glossary")
|
||||
"https://docs.python.org/2/glossary.html#glossary")
|
||||
|
||||
def test_redirect_url_withfrag(self):
|
||||
redirect_url_with_frag = "http://bitly.com/urllibredirecttest"
|
||||
|
|
Loading…
Reference in New Issue