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.

Author r.david.murray
Recipients r.david.murray, stutiredboy
Date 2013-11-13.14:30:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384353038.82.0.142323209202.issue19571@psf.upfronthosting.co.za>
In-reply-to
Content
It is not a bug:

>>> parse_qs('a=&b=1', keep_blank_values=True)
{'a': [''], 'b': ['1']}
History
Date User Action Args
2013-11-13 14:30:38r.david.murraysetrecipients: + r.david.murray, stutiredboy
2013-11-13 14:30:38r.david.murraysetmessageid: <1384353038.82.0.142323209202.issue19571@psf.upfronthosting.co.za>
2013-11-13 14:30:38r.david.murraylinkissue19571 messages
2013-11-13 14:30:38r.david.murraycreate