From dd2cffe93a4e11c6f4774f02fd1e14686333267f Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Fri, 14 Feb 2003 05:46:52 +0000 Subject: [PATCH] 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 48620b44eeab..1785947e86ab 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1334,6 +1334,11 @@ set to \character{/} on DOS and 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 -- 2.47.3