From: Fred Drake Date: Fri, 25 May 2001 16:21:00 +0000 (+0000) Subject: Add a version annotation for splitdrive(); old, but as long as I managed X-Git-Tag: v2.2a3~1669 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56a71eee656bb894c64cdd1105abee8813c92735;p=python 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 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}