diff options
Diffstat (limited to 'Lib/urlparse.py')
| -rw-r--r-- | Lib/urlparse.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urlparse.py b/Lib/urlparse.py index c56d883..5e5d37d 100644 --- a/Lib/urlparse.py +++ b/Lib/urlparse.py @@ -14,7 +14,7 @@ uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap',  uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet',                 'imap', 'wais', 'file', 'mms', 'https', 'shttp',                 'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '', -               'svn', 'svn+ssh', 'sftp'] +               'svn', 'svn+ssh', 'sftp','nfs']  non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',                      'telnet', 'wais', 'imap', 'snews', 'sip', 'sips']  uses_params = ['ftp', 'hdl', 'prospero', 'http', 'imap',  | 
