hi
is there a function that does the opposite of urllib.urlencode?

for example
urldecode('Cat=1&by=down&start=1827')

returns a dictionary with {'Cat':1, 'by':'down','start':1827)

thanks
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to