This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: cgi.parse_qsl does not return list
Type: Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: acapnotic, facundobatista
Priority: normal Keywords: patch

Created on 2008-09-07 22:06 by acapnotic, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cgi_parse_qsl.diff acapnotic, 2008-09-07 22:06 patch to cgi.parse_qsl and test
Messages (2)
msg72755 - (view) Author: Kevin M. Turner (acapnotic) * Date: 2008-09-07 22:06
This is a regression from 2.5 that causes our test suite to fail in 2.6.

Looks like a cut-and-paste bug.  Patch attached.
msg72756 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2008-09-08 00:24
Dumb error, it was even only in 2.6, 3.0 was ok.

Thanks for noticing it, I fixed it and added tests for both versions.

Thank you again!!
History
Date User Action Args
2022-04-11 14:56:38adminsetgithub: 48051
2008-09-08 00:24:28facundobatistasetstatus: open -> closed
resolution: fixed
messages: + msg72756
nosy: + facundobatista
2008-09-07 22:06:27acapnoticcreate