From 56a71eee656bb894c64cdd1105abee8813c92735 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 25 May 2001 16:21:00 +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 f585f41c42..658b4eaa0c 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.49.0