From: Senthil Kumaran Date: Wed, 14 Mar 2012 20:59:56 +0000 (-0700) Subject: Fix the buildbot breakdown - issue 10050 X-Git-Tag: v3.3.0a2~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7;p=python Fix the buildbot breakdown - issue 10050 --- diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 2161690ca2..632524c4e0 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py @@ -624,8 +624,6 @@ class OpenerDirectorTests(unittest.TestCase): req.has_data() 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)):