[New-bugs-announce] [issue8657] urlparse.urlunsplit should be smarter about +

Dave Abrahams report at bugs.python.org
Sat May 8 04:49:08 CEST 2010


New submission from Dave Abrahams <dave at boostpro.com>:

from urlparse import *
urlunsplit(urlsplit('git+file:///foo/bar/baz'))
=> git+file:/foo/bar/baz

----------
messages: 105253
nosy: dabrahams
priority: normal
severity: normal
status: open
title: urlparse.urlunsplit should be smarter about +
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8657>
_______________________________________


More information about the New-bugs-announce mailing list