dict = urllib.urldecode(string) ?

Joel Bender jjb5 at cornell.edu
Wed Jun 12 16:08:57 EDT 2002


Well, after a little more digging I found cgi.parse_qsl() which does 
what I wanted to do and more, and the resulting list is can be passed 
into urlencode.  Thanks for the help Oleg.



More information about the Python-list mailing list