mirror of https://github.com/python/cpython
Comment out an apparent debug print
This commit is contained in:
parent
a251ea0680
commit
7ad4792307
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue