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 yuhl
Recipients yuhl
Date 2009-01-16.10:28:23
SpamBayes Score 0.018853692
Marked as misclassified No
Message-id <1232101704.89.0.669847506906.issue4962@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

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

cEd
History
Date User Action Args
2009-01-16 10:28:24yuhlsetrecipients: + yuhl
2009-01-16 10:28:24yuhlsetmessageid: <1232101704.89.0.669847506906.issue4962@psf.upfronthosting.co.za>
2009-01-16 10:28:23yuhllinkissue4962 messages
2009-01-16 10:28:23yuhlcreate