From: Andrew M. Kuchling Date: Sat, 10 Jun 2000 01:41:48 +0000 (+0000) Subject: Comment out an apparent debug print X-Git-Tag: v2.0b1~1526 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ad47923077691c2fd32a721fe9048fcf310878e;p=thirdparty%2FPython%2Fcpython.git Comment out an apparent debug print --- diff --git a/Lib/urllib.py b/Lib/urllib.py index c96dd64b978d..9400757db6a7 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -313,7 +313,7 @@ class URLopener: user_passwd, realhost = splituser(realhost) if user_passwd: selector = "%s://%s%s" % (urltype, realhost, rest) - print "proxy via https:", host, selector + #print "proxy via https:", host, selector if not host: raise IOError, ('https error', 'no host given') if user_passwd: import base64