[issue8657] urlparse.urlunsplit should be smarter about +

Senthil Kumaran report at bugs.python.org
Thu May 13 05:49:09 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

I have added 'git' and 'git+ssh' under known schemes which will recognize authority/netloc and follow consistent round trip parsing behaviors.

For any unknown scheme(x or git+file), it might required to update the uses_netloc in the application.

git+ and svn+ might not be a good idea, as git+foobar like terms might cause ambiguity.

Fixed in r81130, r81131, r81132 and r81133.

----------
resolution: accepted -> fixed
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list