summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-06-01 12:56:17 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-06-01 12:56:17 (GMT)
commitefafdc7d103c6773621c8d200935939a672a127d (patch)
tree7563acdfa017c8f84e59c08296873649ecda0981 /Lib/test/test_urllib2.py
parenta68fc7a7c2c4ab700c5583cc40ac0fa4d8b58774 (diff)
downloadcpython-efafdc7d103c6773621c8d200935939a672a127d.zip
cpython-efafdc7d103c6773621c8d200935939a672a127d.tar.gz
cpython-efafdc7d103c6773621c8d200935939a672a127d.tar.bz2
Merged revisions 81638 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81638 | senthil.kumaran | 2010-06-01 18:23:48 +0530 (Tue, 01 Jun 2010) | 9 lines Merged revisions 81636 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81636 | senthil.kumaran | 2010-06-01 18:10:07 +0530 (Tue, 01 Jun 2010) | 3 lines Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. ........ ................
Diffstat (limited to 'Lib/test/test_urllib2.py')
-rw-r--r--Lib/test/test_urllib2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py
index 2da3bef..9071f49 100644
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -1156,7 +1156,6 @@ class HandlerTests(unittest.TestCase):
self.assertEqual(len(http_handler.requests), 1)
self.assertFalse(http_handler.requests[0].has_header(auth_header))
-
class MiscTests(unittest.TestCase):
def test_build_opener(self):