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', '',