New submission from Ruben D. Orduz:

Currently urlparse.parse_qs 
(http://hg.python.org/cpython/file/2.7/Lib/urlparse.py#l150) assumes and uses 
';' as a query string separator with no way to overwrite that. There are 
several web service APIs out there that use ';' as list separator (e.g. 
[URL]?fruits=lemon;lime&family=citrus). Although ';' seems like a sensible 
choice for a default, there should be a way to overwrite it.

----------
messages: 207237
nosy: ruben.orduz
priority: normal
severity: normal
status: open
title: urlparse.parse_qs should take argument for query separator
type: enhancement
versions: Python 2.7

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

Reply via email to