summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-03-14 13:59:56 -0700
committerSenthil Kumaran <senthil@uthcode.com>2012-03-14 13:59:56 -0700
commit2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7 (patch)
treeacfad9b19ff06c83acf818745df8d6c27ebcd9a0
parent38b968b9131820d089e4dc68b11675c3bc98a631 (diff)
downloadcpython-git-2f9bf3500715bc55a22fbfac3d8853e4ec4c0ed7.tar.gz
Fix the buildbot breakdown - issue 10050
-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 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()