summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-02-14 05:46:52 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-02-14 05:46:52 (GMT)
commitdd2cffe93a4e11c6f4774f02fd1e14686333267f (patch)
tree9e44b66076583cde7b9ec2e74be3135d48154bd7 /Doc/lib
parent466a3a7150b6cec85f3b9584adfb0e1da2227b26 (diff)
downloadcpython-dd2cffe93a4e11c6f4774f02fd1e14686333267f.zip
cpython-dd2cffe93a4e11c6f4774f02fd1e14686333267f.tar.gz
cpython-dd2cffe93a4e11c6f4774f02fd1e14686333267f.tar.bz2
add missing description of os.extsep
Diffstat (limited to 'Doc/lib')
-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 48620b4..1785947 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