mirror of https://github.com/python/cpython
rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network
location) in its addressing. Closes bug #981299.
This commit is contained in:
parent
289e4cba1c
commit
fbac294d59
|
@ -13,7 +13,7 @@ uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap',
|
|||
'prospero', 'rtsp', 'rtspu', '']
|
||||
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet',
|
||||
'imap', 'wais', 'file', 'mms', 'https', 'shttp',
|
||||
'snews', 'prospero', 'rtsp', 'rtspu', '']
|
||||
'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '']
|
||||
non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
|
||||
'telnet', 'wais', 'imap', 'snews', 'sip']
|
||||
uses_params = ['ftp', 'hdl', 'prospero', 'http', 'imap',
|
||||
|
|
Loading…
Reference in New Issue