From 2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 14 Mar 2012 13:59:56 -0700 Subject: [PATCH] Fix the buildbot breakdown - issue 10050 --- Lib/test/test_urllib2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 2161690ca24..632524c4e02 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py @@ -624,8 +624,6 @@ def test_method_deprecations(self): 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)):