]> granicus.if.org Git - python/commitdiff
add missing description of os.extsep
authorSkip Montanaro <skip@pobox.com>
Fri, 14 Feb 2003 05:45:31 +0000 (05:45 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 14 Feb 2003 05:45:31 +0000 (05:45 +0000)
Doc/lib/libos.tex

index 70da201aa5eeaf3cfdd9f6a618580e9651275b96..d96305649498a1175c9ff5fbacb523090cae4d2a 100644 (file)
@@ -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