[issue26381] Add 'geo' URI scheme (RFC 5870) to urllib.parse.uses_params

2016-02-18 Thread Martin Panter

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26381] Add 'geo' URI scheme (RFC 5870) to urllib.parse.uses_params

2016-02-18 Thread SilentGhost

New submission from SilentGhost:

Here is the spec: https://tools.ietf.org/html/rfc5870#section-3.3

--
nosy: +SilentGhost, orsenthil

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26381] Add 'geo' URI scheme (RFC 5870) to urllib.parse.uses_params

2016-02-18 Thread Serhiy Int

Changes by Serhiy Int :


--
components: Library (Lib)
nosy: Serhiy Int
priority: normal
severity: normal
status: open
title: Add 'geo' URI scheme (RFC 5870) to urllib.parse.uses_params
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com