merge from 3.1

This commit is contained in:
Senthil Kumaran 2011-04-13 07:22:29 +08:00
commit b17abb1af9
4 changed files with 31 additions and 5 deletions

View file

@ -159,7 +159,7 @@ class OtherNetworkTests(unittest.TestCase):
req = urllib.request.Request(urlwith_frag)
res = urllib.request.urlopen(req)
self.assertEqual(res.geturl(),
"http://docs.python.org/glossary.html")
"http://docs.python.org/glossary.html#glossary")
def test_custom_headers(self):
url = "http://www.example.com"