[Python-Dev] urlparse.urlunsplit should be smarter about +

David Abrahams dave at boostpro.com
Sat May 8 04:49:06 CEST 2010


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



More information about the Python-Dev mailing list