From d9289f0c0b9421878cf020bc0fb5c7205d70db0b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 25 May 2001 16:21:22 +0000 Subject: [PATCH] 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. --- Doc/lib/libposixpath.tex | 1 + 1 file changed, 1 insertion(+) 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} -- 2.47.3