[issue20116] urlparse.parse_qs should take argument for query separator

Senthil Kumaran report at bugs.python.org
Wed Apr 20 01:52:22 EDT 2016


Senthil Kumaran added the comment:

Luiz,

The original question was about introducing a parameter to override query string separate ';'.

If we do with enable or disable, then we should provide another option for query string separator.

The OP provided one example of query string which had & as a separator along with ';'. I wonder how the parsing of that should be.

The pointer to the RFC makes me think that is alright to provide an option to 'override' the default separator instead of providing an enable/disable.  

I would like to hear opposite thoughts on this.

----------

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


More information about the Python-bugs-list mailing list