This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients dabrahams, meatballhat, orsenthil
Date 2010-05-13.03:49:05
SpamBayes Score 0.031143297
Marked as misclassified No
Message-id <1273722549.13.0.739996647501.issue8657@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-13 03:49:09orsenthilsetrecipients: + orsenthil, meatballhat, dabrahams
2010-05-13 03:49:09orsenthilsetmessageid: <1273722549.13.0.739996647501.issue8657@psf.upfronthosting.co.za>
2010-05-13 03:49:06orsenthillinkissue8657 messages
2010-05-13 03:49:05orsenthilcreate