From: Skip Montanaro Date: Fri, 14 Feb 2003 05:45:31 +0000 (+0000) Subject: add missing description of os.extsep X-Git-Tag: v2.3c1~1846 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47e46e23475eb49799812d91735ea3d28251b53b;p=python add missing description of os.extsep --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 70da201aa5..d963056494 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