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

Fredrik Lundh fredrik at pythonware.com
Mon Nov 13 08:17:37 EST 2006


"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.

</F> 






More information about the Python-list mailing list