summaryrefslogtreecommitdiffstats
path: root/Doc/tut/tut.tex
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2005-02-13 22:50:04 (GMT)
committerBrett Cannon <bcannon@gmail.com>2005-02-13 22:50:04 (GMT)
commit7706c2da14e5b7a54d9b97d340c42497cc557c9f (patch)
treed9c82fad1b7286a4263bdfbb4c6b122fd5cb7f5c /Doc/tut/tut.tex
parent22c0706a584fc0de8648d24caa0520367c304235 (diff)
downloadcpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.zip
cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.tar.gz
cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.tar.bz2
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
9. Applies patch #1095802. Thanks Jack Jansen.
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 6cf0b2b..c48f249 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}}