]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add missing description of os.extsep
authorSkip Montanaro <skip@pobox.com>
Fri, 14 Feb 2003 05:46:52 +0000 (05:46 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 14 Feb 2003 05:46:52 +0000 (05:46 +0000)
Doc/lib/libos.tex

index 48620b44eeab380bf2e373a6cd5af5b7f65cb995..1785947e86ab0f8088e89790b02c61d875a77b5a 100644 (file)
@@ -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