mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Comment out an apparent debug print
This commit is contained in:
parent
a251ea0680
commit
7ad4792307
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue