diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-03-07 04:13:48 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-03-07 04:13:48 (GMT) |
commit | 056c060589a2c90eea2555495b83ba04de850d28 (patch) | |
tree | fa2ac6df3ce7aea65f0a348100e2097c9d0805c1 /Lib/test/test_urllib2.py | |
parent | 83b32fddd6f3f5965558dd20df6764de46aefd9f (diff) | |
download | cpython-056c060589a2c90eea2555495b83ba04de850d28.zip cpython-056c060589a2c90eea2555495b83ba04de850d28.tar.gz cpython-056c060589a2c90eea2555495b83ba04de850d28.tar.bz2 |
Reverting the change made in r78434
Diffstat (limited to 'Lib/test/test_urllib2.py')
-rw-r--r-- | Lib/test/test_urllib2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 3e0a107..f0297a5 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py @@ -1220,7 +1220,6 @@ class RequestTests(unittest.TestCase): self.get.add_data("spam") self.assertTrue(self.get.has_data()) self.assertEqual("POST", self.get.get_method()) - self.assertRaises(TypeError,self.get.add_data, "more spam") def test_get_full_url(self): self.assertEqual("http://www.python.org/~jeremy/", |