summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-10 18:24:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-10 18:24:54 (GMT)
commit36a4d8c20e26cfecb35677735f37df6faf32a534 (patch)
tree29ceff1f03e3217c0446ce821c7c4386fd1cf984 /Doc/lib/libos.tex
parente893f2f3b409429f286ab2c9dd6eda43aca92726 (diff)
downloadcpython-36a4d8c20e26cfecb35677735f37df6faf32a534.zip
cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.gz
cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.bz2
Remove mentionings of DOS.
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 45354bc..17b7c67 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -64,7 +64,7 @@ function.
\begin{datadesc}{name}
The name of the operating system dependent module imported. The
following names have currently been registered: \code{'posix'},
-\code{'nt'}, \code{'dos'}, \code{'mac'}, \code{'os2'}, \code{'ce'},
+\code{'nt'}, \code{'mac'}, \code{'os2'}, \code{'ce'},
\code{'java'}, \code{'riscos'}.
\end{datadesc}
@@ -1444,14 +1444,14 @@ parse or concatenate pathnames --- use \function{os.path.split()} and
\begin{datadesc}{altsep}
An alternative character used by the operating system to separate pathname
components, or \code{None} if only one separator character exists. This is
-set to \character{/} on DOS and Windows systems where \code{sep} is a
+set to \character{/} on Windows systems where \code{sep} is a
backslash.
\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
-\POSIX{} or \character{;} for DOS and Windows.
+\POSIX{} or \character{;} for Windows.
\end{datadesc}
\begin{datadesc}{defpath}
@@ -1464,5 +1464,5 @@ key.
The string used to separate (or, rather, terminate) lines on the
current platform. This may be a single character, such as \code{'\e
n'} for \POSIX{} or \code{'\e r'} for Mac OS, or multiple characters,
-for example, \code{'\e r\e n'} for DOS and Windows.
+for example, \code{'\e r\e n'} for Windows.
\end{datadesc}