summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-03-14 20:59:56 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-03-14 20:59:56 (GMT)
commit2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7 (patch)
treeacfad9b19ff06c83acf818745df8d6c27ebcd9a0 /Lib/test/test_urllib2.py
parent38b968b9131820d089e4dc68b11675c3bc98a631 (diff)
downloadcpython-2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7.zip
cpython-2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7.tar.gz
cpython-2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7.tar.bz2
Fix the buildbot breakdown - issue 10050
Diffstat (limited to 'Lib/test/test_urllib2.py')
-rw-r--r--Lib/test/test_urllib2.py2
1 files changed, 0 insertions, 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()