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 in not getting it properly the
first time. :(

Regards,
Senthil

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to