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. -- http://mail.python.org/mailman/listinfo/python-list
- function(s) to decode a URL produced by encodeURICompo... Merrick
- Re: function(s) to decode a URL produced by encod... Merrick
- Re: function(s) to decode a URL produced by e... Bruno Desthuilliers
