cgi module question

Victor Muslin victor at prodigy.net
Fri Jan 12 17:05:28 EST 2001


Is there a way to parse a query string of this form:

	foo=bar&x=y=z&xyz

Is this format against application/x-www-form-urlencoded guidelines?
Can somebody point me to a definitive document?

What I would ideally like is:

	{ 'foo' : 'bar', 'x' : 'y=z', 'xyz' : None }



More information about the Python-list mailing list