Kaydet (Commit) 7ad47923 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Comment out an apparent debug print

üst a251ea06
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment