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, yuhl
Date 2009-01-16.10:43:06
SpamBayes Score 0.1150111
Marked as misclassified No
Message-id <7c42eba10901160243q496a6994maf0376df2d7a98cf@mail.gmail.com>
In-reply-to <1232101704.89.0.669847506906.issue4962@psf.upfronthosting.co.za>
Content
> I'd like to add the ability to parse nfs url (rfc2224). Which look like:
> nfs://server/my/path
>
> To do this, we only need to add 'nfs' in uses_netloc to make it work

Do you encounter any errors or weird behaviors while using nfs url?
The RFC2224 for NFS just says it is for local  and network files and
in turn uses specification in RFC 1738 "Uniform Resource Locators".
So, I don't think any problem or breakage should occur with NFS

('nfs', '', '//server//a/b/c/d/e/f', '', '', '')

If you have done the research already, can you please explain what
difference will adding 'nfs' to uses_netloc do in urlparse.py.
History
Date User Action Args
2009-01-16 10:43:08orsenthilsetrecipients: + orsenthil, yuhl
2009-01-16 10:43:07orsenthillinkissue4962 messages
2009-01-16 10:43:06orsenthilcreate