From 0df24c9e0c378599d9f96c36b1d8a5baa6465371 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 3 Aug 2011 18:40:18 +0800 Subject: [PATCH] include svn+ssh as well. --- Lib/urlparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', '', -- 2.50.1