mirror of
https://github.com/python/cpython.git
synced 2025-09-24 09:23:02 +00:00
changeset: 80007:49e4541f2aef
parent: 80003:be83cbf4a789 parent: 80006:32df036e6b75 user: Georg Brandl <georg@python.org> date: Sun Oct 28 10:50:11 2012 +0100 summary: merge with 3.3
This commit is contained in:
parent
61822667df
commit
08114d40e9
1 changed files with 2 additions and 2 deletions
|
@ -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/glossary.html#glossary"
|
||||
urlwith_frag = "http://docs.python.org/2/glossary.html#glossary"
|
||||
with test_support.transient_internet(urlwith_frag):
|
||||
req = urllib2.Request(urlwith_frag)
|
||||
res = urllib2.urlopen(req)
|
||||
self.assertEqual(res.geturl(),
|
||||
"http://docs.python.org/glossary.html#glossary")
|
||||
"http://docs.python.org/2/glossary.html#glossary")
|
||||
|
||||
def test_fileno(self):
|
||||
req = urllib2.Request("http://www.python.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue