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 orsenthil
Date 2010-05-08.04:00:31
SpamBayes Score 0.00041277753
Marked as misclassified No
Message-id <1273291234.63.0.786087724907.issue8658@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from urlparse import *
>>> urlsplit('git+file:///foo/bar/baz')
SplitResult(scheme='git+file', netloc='', path='/foo/bar/baz', query='', fragment='')
>>> urlunsplit(urlsplit('git+file:///foo/bar/baz'))
'git+file:/foo/bar/baz'
>>>
History
Date User Action Args
2010-05-08 04:00:34orsenthilsetrecipients: + orsenthil
2010-05-08 04:00:34orsenthilsetmessageid: <1273291234.63.0.786087724907.issue8658@psf.upfronthosting.co.za>
2010-05-08 04:00:33orsenthillinkissue8658 messages
2010-05-08 04:00:32orsenthilcreate