]> granicus.if.org Git - python/commitdiff
include svn+ssh as well.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 3 Aug 2011 10:40:18 +0000 (18:40 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 3 Aug 2011 10:40:18 +0000 (18:40 +0800)
Lib/urlparse.py

index 2d53603c8982715d22949b2e60af303c11b4bfa4..b42e0f4c621774ee23c52c3db719671b8c314022 100644 (file)
@@ -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', '',