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 dabrahams
Recipients dabrahams
Date 2010-05-08.02:49:06
SpamBayes Score 0.025477337
Marked as misclassified No
Message-id <1273286948.85.0.868221921839.issue8657@psf.upfronthosting.co.za>
In-reply-to
Content
from urlparse import *
urlunsplit(urlsplit('git+file:///foo/bar/baz'))
=> git+file:/foo/bar/baz
History
Date User Action Args
2010-05-08 02:49:09dabrahamssetrecipients: + dabrahams
2010-05-08 02:49:08dabrahamssetmessageid: <1273286948.85.0.868221921839.issue8657@psf.upfronthosting.co.za>
2010-05-08 02:49:07dabrahamslinkissue8657 messages
2010-05-08 02:49:06dabrahamscreate