commit | e7c8fdee18494238cc93eb895001398ceb7d12fb | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Mar 14 14:00:31 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Mar 14 14:00:31 2012 -0700 |
tree | 50106507b690bced1f2531abecbcd69db0bc50d2 | |
parent | 2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7 [diff] | |
parent | 8247b188f3f6b0d10a9a5effac6897e3ff542c11 [diff] |
merge heads
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 2161690..632524c 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py
@@ -625,8 +625,6 @@ with support.check_warnings(('', DeprecationWarning)): req.get_data() with support.check_warnings(('', DeprecationWarning)): - req.get_full_url() - with support.check_warnings(('', DeprecationWarning)): req.get_host() with support.check_warnings(('', DeprecationWarning)): req.get_selector()