[Python-checkins] r42158 - python/trunk/Doc/lib/liburlparse.tex

georg.brandl python-checkins at python.org
Mon Jan 23 21:49:25 CET 2006


Author: georg.brandl
Date: Mon Jan 23 21:49:24 2006
New Revision: 42158

Modified:
   python/trunk/Doc/lib/liburlparse.tex
Log:
Add \versionadded for sftp scheme



Modified: python/trunk/Doc/lib/liburlparse.tex
==============================================================================
--- python/trunk/Doc/lib/liburlparse.tex	(original)
+++ python/trunk/Doc/lib/liburlparse.tex	Mon Jan 23 21:49:24 2006
@@ -25,6 +25,7 @@
 \code{nntp}, \code{prospero}, \code{rsync}, \code{rtsp}, \code{rtspu}, 
 \code{sftp}, \code{shttp}, \code{sip}, \code{snews}, \code{svn}, 
 \code{svn+ssh}, \code{telnet}, \code{wais}.
+\versionadded[Support for the \code{sftp} scheme]{2.5}
 
 The \module{urlparse} module defines the following functions:
 


More information about the Python-checkins mailing list