diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-10 18:24:54 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-10 18:24:54 (GMT) |
commit | 36a4d8c20e26cfecb35677735f37df6faf32a534 (patch) | |
tree | 29ceff1f03e3217c0446ce821c7c4386fd1cf984 /Doc/lib/libuu.tex | |
parent | e893f2f3b409429f286ab2c9dd6eda43aca92726 (diff) | |
download | cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.zip cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.gz cpython-36a4d8c20e26cfecb35677735f37df6faf32a534.tar.bz2 |
Remove mentionings of DOS.
Diffstat (limited to 'Doc/lib/libuu.tex')
-rw-r--r-- | Doc/lib/libuu.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libuu.tex b/Doc/lib/libuu.tex index e938c4f..53354f2 100644 --- a/Doc/lib/libuu.tex +++ b/Doc/lib/libuu.tex @@ -14,7 +14,7 @@ is also accepted, and the corresponding file will be opened for reading and writing; the pathname \code{'-'} is understood to mean the standard input or output. However, this interface is deprecated; it's better for the caller to open the file itself, and be sure that, when -required, the mode is \code{'rb'} or \code{'wb'} on Windows or DOS. +required, the mode is \code{'rb'} or \code{'wb'} on Windows. This code was contributed by Lance Ellinghouse, and modified by Jack Jansen. |