On Oct 6, 12:51 pm, Merrick <[EMAIL PROTECTED]> wrote:
> I encoded a URL in javascript and would like to decode it in python.
> The urllib.unquote does not have an optional safe argument and I
> cannot find how to do urldecode.

It looks like urllib.unquote_plus does this, sorry for answering my
own question.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to