mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
include svn+ssh as well.
This commit is contained in:
parent
f432aeca7c
commit
0df24c9e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
|
|||
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap',
|
||||
'wais', 'file', 'https', 'shttp', 'mms',
|
||||
'prospero', 'rtsp', 'rtspu', '', 'sftp',
|
||||
'svn']
|
||||
'svn', 'svn+ssh']
|
||||
uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet',
|
||||
'imap', 'wais', 'file', 'mms', 'https', 'shttp',
|
||||
'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue