mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Fix for bugs: Issue4675 and Issue4962.
This commit is contained in:
parent
e7c9e092b3
commit
5e95e763e1
4 changed files with 22 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue