diff options
-rw-r--r-- | Lib/test/test_urllib2.py | 2 |
1 files changed, 0 insertions, 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 @@ -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() |