[Python-checkins] cpython: Fix the buildbot breakdown - issue 10050

senthil.kumaran python-checkins at python.org
Wed Mar 14 22:00:44 CET 2012


http://hg.python.org/cpython/rev/30f13d7fecd0
changeset:   75644:30f13d7fecd0
parent:      75640:eab274c7d456
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Wed Mar 14 13:59:56 2012 -0700
summary:
  Fix the buildbot breakdown - issue 10050

files:
  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
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -625,8 +625,6 @@
         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()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list