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 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)): -- 2.40.0