This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ruben.orduz
Recipients ruben.orduz
Date 2014-01-03.19:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388777959.1.0.144368039339.issue20116@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-03 19:39:19ruben.orduzsetrecipients: + ruben.orduz
2014-01-03 19:39:19ruben.orduzsetmessageid: <1388777959.1.0.144368039339.issue20116@psf.upfronthosting.co.za>
2014-01-03 19:39:19ruben.orduzlinkissue20116 messages
2014-01-03 19:39:18ruben.orduzcreate