Senthil <orsent...@gmail.com> added the comment: > 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. ---------- nosy: +orsenthil _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4962> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com