From 2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 14 Mar 2012 13:59:56 -0700 Subject: 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 2161690..632524c 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py @@ -625,8 +625,6 @@ class OpenerDirectorTests(unittest.TestCase): 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() -- cgit v0.12