]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 3801. Fixing a dumb error in the deprecated parse_qsl()
authorFacundo Batista <facundobatista@gmail.com>
Mon, 8 Sep 2008 00:20:28 +0000 (00:20 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 8 Sep 2008 00:20:28 +0000 (00:20 +0000)
commitace0bcf6690ccf042b20203325048f0b9fef85de
treed1121c4c69c244975020a5e8ecf015efed0e3a3d
parente080cdf30a2e0aa4ae557ed3434e2369d9199318
Issue 3801.  Fixing a dumb error in the deprecated parse_qsl()
function.  Tests added.
Lib/cgi.py
Lib/test/test_cgi.py