Is there a parse_str (used in php) alternative for python?
http://php.net/manual/en/function.parse-str.php
parse_str — Parses the string into variables
Is there a parse_str (used in php) alternative for python?
http://php.net/manual/en/function.parse-str.php
parse_str — Parses the string into variables
urlparse.parse_qs: http://docs.python.org/library/urlparse.html#urlparse.parse_qs
If you are using a Python older than 2.6, the previous location of this function was in the cgi module: http://docs.python.org/library/cgi.html#cgi.parse_qs