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 jjlee, orsenthil, yuhl
Date 2009-03-30.21:34:51
SpamBayes Score 3.5552182e-06
Marked as misclassified No
Message-id <1238448892.62.0.176007634377.issue4962@psf.upfronthosting.co.za>
In-reply-to
Content
Patch to fix this. Looked into the RFCs and I do not find a reason why
the nfs://server/path/to/file.txt should not be parsed as:

>>> urlparse.urlsplit('nfs://server/path/to/file.txt')
SplitResult(scheme='nfs', netloc='server', path='/path/to/file.txt',
query='', fragment='')

Patch and Tests added.
History
Date User Action Args
2009-03-30 21:34:52orsenthilsetrecipients: + orsenthil, jjlee, yuhl
2009-03-30 21:34:52orsenthilsetmessageid: <1238448892.62.0.176007634377.issue4962@psf.upfronthosting.co.za>
2009-03-30 21:34:51orsenthillinkissue4962 messages
2009-03-30 21:34:51orsenthilcreate