Alex Vaystikh added the comment:
It is much clearer after your insight:
- I wasn't aware that 'parse_qs' unquotes values. That's most helpful!
- I had no idea what 'keep_blank_values' were before your example, but now it
couldn't be more obvious. I know that a
Changes by Alex Vaystikh :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue22618>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Alex Vaystikh:
parsing query-string before and after cleaning with urllib.parse.unquote can
have very different results:
http://nbviewer.ipython.org/gist/bornio/e112e6d8d04dfed898c8
Perhaps it should be better documented, or make the method more idempotent