commit | 0df24c9e0c378599d9f96c36b1d8a5baa6465371 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Aug 03 18:40:18 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Aug 03 18:40:18 2011 +0800 |
tree | da16a9dedcc7645e326efaf18e5abbd446bc3d4f | |
parent | f432aeca7c483ff031bb708e5b3bf80f847e9c1a [diff] [blame] |
include svn+ssh as well.
diff --git a/Lib/urlparse.py b/Lib/urlparse.py index 2d53603..b42e0f4 100644 --- a/Lib/urlparse.py +++ b/Lib/urlparse.py
@@ -35,7 +35,7 @@ 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', '',