[New-bugs-announce] [issue22618] urllib.parse.parse_qsl different results after urllib.parse.unquote

Alex Vaystikh report at bugs.python.org
Sun Oct 12 15:56:21 CEST 2014


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?

----------
components: Library (Lib)
messages: 229144
nosy: Alex.Vaystikh, orsenthil
priority: normal
severity: normal
status: open
title: urllib.parse.parse_qsl different results after urllib.parse.unquote
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22618>
_______________________________________


More information about the New-bugs-announce mailing list