mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
add support for svn: and svn+ssh: URL schemes to urlparse
This commit is contained in:
parent
c320c22f79
commit
50747fc1b9
2 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,8 @@ 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', 'rsync', '']
|
||||
'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '',
|
||||
'svn', 'svn+ssh']
|
||||
non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
|
||||
'telnet', 'wais', 'imap', 'snews', 'sip']
|
||||
uses_params = ['ftp', 'hdl', 'prospero', 'http', 'imap',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue