From 47e46e23475eb49799812d91735ea3d28251b53b Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Fri, 14 Feb 2003 05:45:31 +0000 Subject: add missing description of os.extsep --- Doc/lib/libos.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 70da201..d963056 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1643,6 +1643,11 @@ set to \character{/} on Windows systems where \code{sep} is a backslash. \end{datadesc} +\begin{datadesc}{extsep} +The character which separates the base filename from the extension, +e.g. \character{.} in \code{os.py}. +\end{datadesc} + \begin{datadesc}{pathsep} The character conventionally used by the operating system to separate search patch components (as in \envvar{PATH}), such as \character{:} for -- cgit v0.12