[Python-checkins] cpython (2.7): include svn+ssh as well.

senthil.kumaran python-checkins at python.org
Wed Aug 3 12:47:24 CEST 2011


http://hg.python.org/cpython/rev/aa9342093199
changeset:   71731:aa9342093199
branch:      2.7
parent:      71729:5278aa2d9d9a
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Wed Aug 03 18:40:18 2011 +0800
summary:
  include svn+ssh as well.

files:
  Lib/urlparse.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/urlparse.py b/Lib/urlparse.py
--- 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', '',

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list