summaryrefslogtreecommitdiffstats
path: root/Doc/tut/tut.tex
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2005-02-13 22:56:41 (GMT)
committerBrett Cannon <bcannon@gmail.com>2005-02-13 22:56:41 (GMT)
commit150d61d37ee7f6b0103a40e59d5473fec9a5eddf (patch)
tree6da6e1c2178921d731e2198d759d26e24940c65d /Doc/tut/tut.tex
parent688a0ca97b9e78f40f8c2a97150406db712a3547 (diff)
downloadcpython-150d61d37ee7f6b0103a40e59d5473fec9a5eddf.zip
cpython-150d61d37ee7f6b0103a40e59d5473fec9a5eddf.tar.gz
cpython-150d61d37ee7f6b0103a40e59d5473fec9a5eddf.tar.bz2
Update refences to "Macintosh" to reflect the state of affairs for OS X and not
Mac OS 9. Backport of patch #1095802.
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r--Doc/tut/tut.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 761c041..61a0951 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -3105,8 +3105,7 @@ in text files are automatically altered slightly when data is read or
written. This behind-the-scenes modification to file data is fine for
\ASCII{} text files, but it'll corrupt binary data like that in JPEGs or
\file{.EXE} files. Be very careful to use binary mode when reading and
-writing such files. (Note that the precise semantics of text mode on
-the Macintosh depends on the underlying C library being used.)
+writing such files.
\subsection{Methods of File Objects \label{fileMethods}}