Martin Panter added the comment:

Sounds reasonable to me, and thanks for the reference.

But it would be nice to find a way for this to work sensibly with arbitrary 
schemes, in the same spirit as Issue 18828. Would it break anything if we 
removed the uses_params list altogether? I notice it already works if you omit 
the scheme:

>>> urlparse("48.198634,16.371648;crs=wgs84")
ParseResult(scheme='', netloc='', path='48.198634,16.371648', 
params='crs=wgs84', query='', fragment='')

If a programmer doesn’t want to split of the “params” they can always use 
urlsplit() instead of urlparse().

----------
nosy: +martin.panter
stage:  -> needs patch
type:  -> enhancement

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

Reply via email to