From: Senthil Kumaran Date: Wed, 3 Aug 2011 10:40:18 +0000 (+0800) Subject: include svn+ssh as well. X-Git-Tag: v2.7.3rc1~540 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0df24c9e0c378599d9f96c36b1d8a5baa6465371;p=python include svn+ssh as well. --- diff --git a/Lib/urlparse.py b/Lib/urlparse.py index 2d53603c89..b42e0f4c62 100644 --- a/Lib/urlparse.py +++ b/Lib/urlparse.py @@ -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', '',