Joshua Johnston added the comment:

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 ''

----------
Added file: http://bugs.python.org/file31798/test.html

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18857>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to