Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b9561d

Browse files
committed
merge with 3.2
2 parents c2415eb + 579d5cd commit 5b9561d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_urllib2net.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ def test_file(self):
157157
## self._test_urls(urls, self._extra_handlers()+[bauth, dauth])
158158

159159
def test_urlwithfrag(self):
160-
urlwith_frag = "http://docs.python.org/glossary.html#glossary"
160+
urlwith_frag = "http://docs.python.org/2/glossary.html#glossary"
161161
with support.transient_internet(urlwith_frag):
162162
req = urllib.request.Request(urlwith_frag)
163163
res = urllib.request.urlopen(req)
164164
self.assertEqual(res.geturl(),
165-
"http://docs.python.org/glossary.html#glossary")
165+
"http://docs.python.org/2/glossary.html#glossary")
166166

167167
def test_custom_headers(self):
168168
url = "http://www.example.com"

0 commit comments

Comments
 (0)