This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author melbourne
Recipients georg.brandl, melbourne
Date 2009-06-18.01:14:19
SpamBayes Score 0.00048038227
Marked as misclassified No
Message-id <1245287661.76.0.495139825921.issue6301@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/tutorial/inputoutput.html#reading-and-writing-
files
"Windows makes a distinction between text and binary files;
"the end-of-line characters in text files are automatically altered
"slightly when data is read or written.

Windows does not make a distinction between text and binary files:
http://msdn.microsoft.com/en-us/library/aa365430(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa363858(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa365467(VS.85).aspx

Nor does it automatically alter end-of-line characters.

It is not clear what distinction Python makes between text and binary 
files. Do those options do anything on any platform? Is jPython 
different than cPython? And does Python automatically alter end-of-line 
characters?
History
Date User Action Args
2009-06-18 01:14:22melbournesetrecipients: + melbourne, georg.brandl
2009-06-18 01:14:21melbournesetmessageid: <1245287661.76.0.495139825921.issue6301@psf.upfronthosting.co.za>
2009-06-18 01:14:20melbournelinkissue6301 messages
2009-06-18 01:14:19melbournecreate