summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-02-14 05:45:31 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-02-14 05:45:31 (GMT)
commit47e46e23475eb49799812d91735ea3d28251b53b (patch)
tree9c40c7264942b78baacdc75a410f9112bb9f6e64 /Doc
parent2835e37be55ce054b6a80f1c7b99de65717f2a12 (diff)
downloadcpython-47e46e23475eb49799812d91735ea3d28251b53b.zip
cpython-47e46e23475eb49799812d91735ea3d28251b53b.tar.gz
cpython-47e46e23475eb49799812d91735ea3d28251b53b.tar.bz2
add missing description of os.extsep
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libos.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 70da201..d963056 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