Re: httplib.InvalidURL: nonnumeric port: For charactersintheproxypassword in URL

2006-11-13 Thread Phoe6
Fredrik Lundh wrote: > "Phoe6" wrote: > > > proxy_password = urllib.quote(proxy_password_orig) > > make that: > > proxy_password = urllib.quote(proxy_password_orig, "") > Oh yeah. Wonderful!! That worked. Thanks a lot Fredrik!. :-) (<^> prostrations) Am sorry for the trouble and my mistake

Re: httplib.InvalidURL: nonnumeric port: For charactersintheproxypassword in URL

2006-11-13 Thread Fredrik Lundh
"Phoe6" wrote: > proxy_password = urllib.quote(proxy_password_orig) make that: proxy_password = urllib.quote(proxy_password_orig, "") -- http://mail.python.org/mailman/listinfo/python-list