diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-13 07:22:29 +0800 |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-04-13 07:22:29 +0800 |
commit | b17abb1af9e36c728e4fc9e27a9fd9441d3f77a2 (patch) | |
tree | 7e424e947cbf556f5b39cc97dc2d22d66333155f /Lib/test/test_urllib2net.py | |
parent | a3e449da3757a87945d62d104cb53ff8a8646257 (diff) | |
parent | 26430419703f925a9b6206ec96780ae899b6dd06 (diff) | |
download | cpython-git-b17abb1af9e36c728e4fc9e27a9fd9441d3f77a2.tar.gz |
merge from 3.1
Diffstat (limited to 'Lib/test/test_urllib2net.py')
-rw-r--r-- | Lib/test/test_urllib2net.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2net.py b/Lib/test/test_urllib2net.py index eab15735de..7ca61195db 100644 --- a/Lib/test/test_urllib2net.py +++ b/Lib/test/test_urllib2net.py @@ -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" |