Message 197904 - Python tracker (original) (raw)

Message197904

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:56 Joshua.Johnston set recipients: + Joshua.Johnston, orsenthil, ezio.melotti, r.david.murray, Claudiu.Popa
2013-09-16 14:48:56 Joshua.Johnston set messageid: 1379342936.45.0.980983044029.issue18857@psf.upfronthosting.co.za
2013-09-16 14:48:56 Joshua.Johnston link issue18857 messages
2013-09-16 14:48:56 Joshua.Johnston create