From: Fred Drake Date: Fri, 25 May 2001 16:21:22 +0000 (+0000) Subject: Add a version annotation for splitdrive(); old, but as long as I managed X-Git-Tag: v2.1.1c1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9289f0c0b9421878cf020bc0fb5c7205d70db0b;p=thirdparty%2FPython%2Fcpython.git Add a version annotation for splitdrive(); old, but as long as I managed to end up with the information, it is better recorded than lost. --- diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index f585f41c4245..658b4eaa0c07 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -181,6 +181,7 @@ Split the pathname \var{path} into a pair \code{(\var{drive}, empty string. On systems which do not use drive specifications, \var{drive} will always be the empty string. In all cases, \code{\var{drive} + \var{tail}} will be the same as \var{path}. +\versionadded{1.3} \end{funcdesc} \begin{funcdesc}{splitext}{path}