summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-04-01 06:11:07 (GMT)
committerFred Drake <fdrake@acm.org>2006-04-01 06:11:07 (GMT)
commit23fd3d49e9750f01730ced166e3880afb126ca19 (patch)
tree02b07311a4952896f47f5886127ceec0d63654d0 /Doc
parentd8eaa49092f60dd6c5a6ea028e8b406e45594031 (diff)
downloadcpython-23fd3d49e9750f01730ced166e3880afb126ca19.zip
cpython-23fd3d49e9750f01730ced166e3880afb126ca19.tar.gz
cpython-23fd3d49e9750f01730ced166e3880afb126ca19.tar.bz2
add support for the sips: scheme (identical to sip: except for scheme name)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liburlparse.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex
index 8f80d6b..730d468 100644
--- a/Doc/lib/liburlparse.tex
+++ b/Doc/lib/liburlparse.tex
@@ -23,9 +23,9 @@ draft!). It supports the following URL schemes:
\code{file}, \code{ftp}, \code{gopher}, \code{hdl}, \code{http},
\code{https}, \code{imap}, \code{mailto}, \code{mms}, \code{news},
\code{nntp}, \code{prospero}, \code{rsync}, \code{rtsp}, \code{rtspu},
-\code{sftp}, \code{shttp}, \code{sip}, \code{snews}, \code{svn},
+\code{sftp}, \code{shttp}, \code{sip}, \code{sips}, \code{snews}, \code{svn},
\code{svn+ssh}, \code{telnet}, \code{wais}.
-\versionadded[Support for the \code{sftp} scheme]{2.5}
+\versionadded[Support for the \code{sftp} and \code{sips} schemes]{2.5}
The \module{urlparse} module defines the following functions: