]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Jim Fulton: new function parse_qsl(), which is like
authorGuido van Rossum <guido@python.org>
Fri, 4 Jun 1999 17:54:39 +0000 (17:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Jun 1999 17:54:39 +0000 (17:54 +0000)
commit1946f0d6f22987b1616b0935f577e805ca494db8
tree8bd517eaea0c6cb03fe152d31efed151ad0ba8f6
parentfb278a5e6f498441901f7642324e1d1f7adca9f5
Patch by Jim Fulton: new function parse_qsl(), which is like
parse_qs() but returns a list of (name, value) pairs -- which is
actually more correct.  Use this where it makes sense.
Lib/cgi.py