]> granicus.if.org Git - python/commitdiff
Add a version annotation for splitdrive(); old, but as long as I managed
authorFred Drake <fdrake@acm.org>
Fri, 25 May 2001 16:21:00 +0000 (16:21 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 May 2001 16:21:00 +0000 (16:21 +0000)
to end up with the information, it is better recorded than lost.

Doc/lib/libposixpath.tex

index f585f41c4245fcf461cd66afb64e6ce841978dcd..658b4eaa0c077a3316e9faa2219c5ad01e4f5153 100644 (file)
@@ -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}