httplib.InvalidURL: nonnumeric port: For charactersintheproxypassword in URL

Fredrik Lundh fredrik at pythonware.com
Mon Nov 13 10:41:23 EST 2006


"Phoe6" wrote:

> proxy_password = urllib.quote(proxy_password_orig)

make that:

    proxy_password = urllib.quote(proxy_password_orig, "")

</F> 






More information about the Python-list mailing list