function(s) to decode a URL produced by encodeURIComponent in javascript

Merrick merrick at gmail.com
Mon Oct 6 17:18:33 EDT 2008


On Oct 6, 12:51 pm, Merrick <merr... at gmail.com> 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.



More information about the Python-list mailing list