Re: httplib.InvalidURL: nonnumeric port: For characters in theproxypassword in URL

2006-11-13 Thread Phoe6
Fredrik Lundh wrote: > "Phoe6" wrote: > > > - use urllib.quote() to covert the proxy url to a quoted one. > > you should use quote to convert the *password* to quoted form, not use it on > the entire URL. > Am sorry Fred. The same problem: File "C:\Python24\lib\httplib.py", line 598, in _set_hos

Re: httplib.InvalidURL: nonnumeric port: For characters in theproxypassword in URL

2006-11-13 Thread Fredrik Lundh
"Phoe6" wrote: > - use urllib.quote() to covert the proxy url to a quoted one. you should use quote to convert the *password* to quoted form, not use it on the entire URL. -- http://mail.python.org/mailman/listinfo/python-list