Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

6 views
Skip to first unread message

Merrick

unread,
Oct 6, 2008, 3:51:23 PM10/6/08
to
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.

Merrick

unread,
Oct 6, 2008, 5:18:33 PM10/6/08
to

It looks like urllib.unquote_plus does this, sorry for answering my
own question.

Bruno Desthuilliers

unread,
Oct 6, 2008, 5:22:08 PM10/6/08
to
Merrick a écrit :
(answering to itself)

> sorry for answering my
> own question.

Don't be sorry. You're doing a great service to everyone here by
letting us know the problem is solved (so we don't bother answering),
and to everyone that might have the same problem (and is able to use a
search engine...) by providing the solution.

0 new messages