[Python-Dev] urlparse.urlunsplit should be smarter about + (original) (raw)
David Abrahams dave at boostpro.com
Sat May 8 04:49:06 CEST 2010
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is a bug report. bugs.python.org seems to be down.
from urlparse import * urlunsplit(urlsplit('git+file:///foo/bar/baz')) git+file:/foo/bar/baz
Note the dropped slashes after the colon.
-- Dave Abrahams Meet me at BoostCon: http://www.boostcon.com BoostPro Computing http://www.boostpro.com
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] urlparse.urlunsplit should be smarter about +
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]