[Python-Dev] urlparse.urlunsplit should be smarter about + (original) (raw)
Senthil Kumaran orsenthil at gmail.com
Sat May 8 06:04:04 CEST 2010
- Previous message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Next message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, May 8, 2010 at 8:19 AM, David Abrahams <dave at boostpro.com> wrote:
This is a bug report. bugs.python.org seems to be down.
Tracked here: http://bugs.python.org/issue8656
>>> urlunsplit(urlsplit('git+file:///foo/bar/baz'))
Is 'git+file' a valid protocol? Or was it just your example? I don't see any reason for it to be invalid but I don't find authoritative references either.
-- Senthil
- Previous message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Next message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]