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

Merrick merrick at gmail.com
Mon Oct 6 15:51:23 EDT 2008


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.



More information about the Python-list mailing list