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.
This commit is contained in:
Fred Drake 2001-05-25 16:21:00 +00:00
parent c6d8f8d2ac
commit 56a71eee65
1 changed files with 1 additions and 0 deletions

View 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}