[Python-checkins] python/dist/src/Doc/tut tut.tex,1.268,1.269

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sun Feb 13 23:50:28 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3121/Doc/tut

Modified Files:
	tut.tex 
Log Message:
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
9.

Applies patch #1095802.  Thanks Jack Jansen.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- tut.tex	12 Jan 2005 19:11:45 -0000	1.268
+++ tut.tex	13 Feb 2005 22:50:04 -0000	1.269
@@ -3105,8 +3105,7 @@
 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}}
 



More information about the Python-checkins mailing list