summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixpath.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-05-25 16:21:00 (GMT)
committerFred Drake <fdrake@acm.org>2001-05-25 16:21:00 (GMT)
commit56a71eee656bb894c64cdd1105abee8813c92735 (patch)
treeee403a8fe2975918ffb399eaeb3d621a2e168be6 /Doc/lib/libposixpath.tex
parentc6d8f8d2ac4a764398ecceadcfb9f48bbff20901 (diff)
downloadcpython-56a71eee656bb894c64cdd1105abee8813c92735.zip
cpython-56a71eee656bb894c64cdd1105abee8813c92735.tar.gz
cpython-56a71eee656bb894c64cdd1105abee8813c92735.tar.bz2
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.
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r--Doc/lib/libposixpath.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index f585f41..658b4ea 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}