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 Joshua.Johnston
Recipients Claudiu.Popa, Joshua.Johnston, ezio.melotti, orsenthil, r.david.murray
Date 2013-09-16.14:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379342936.45.0.980983044029.issue18857@psf.upfronthosting.co.za>
In-reply-to
Content
I know that languages like php will treat ?josh= the same as ?josh

Using the attached test form in Google Chrome, you will see the data passed as josh= when empty in both GET and POST requests. This is probably the way to go, key=str(value) if value is not None else ''
History
Date User Action Args
2013-09-16 14:48:56Joshua.Johnstonsetrecipients: + Joshua.Johnston, orsenthil, ezio.melotti, r.david.murray, Claudiu.Popa
2013-09-16 14:48:56Joshua.Johnstonsetmessageid: <1379342936.45.0.980983044029.issue18857@psf.upfronthosting.co.za>
2013-09-16 14:48:56Joshua.Johnstonlinkissue18857 messages
2013-09-16 14:48:56Joshua.Johnstoncreate