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 (2)
Priority: Keywords: patch

Created on 2008-09-07 22:06 by acapnotic, last changed 2008-09-08 00:24 by facundobatista.

Files
File name Uploaded Description Edit Remove
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) 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
2008-09-08 00:24:28facundobatistasetstatus: open -> closed
resolution: fixed
messages: + msg72756
nosy: + facundobatista
2008-09-07 22:06:27acapnoticcreate