From: Skip Montanaro Date: Fri, 14 Feb 2003 05:46:52 +0000 (+0000) Subject: add missing description of os.extsep X-Git-Tag: v2.2.3c1~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd2cffe93a4e11c6f4774f02fd1e14686333267f;p=thirdparty%2FPython%2Fcpython.git add missing description of os.extsep --- 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