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 georg.brandl
Recipients cvrebert, georg.brandl, melbourne, rhettinger
Date 2009-06-18.22:04:28
SpamBayes Score 8.4132074e-07
Marked as misclassified No
Message-id <1245362670.94.0.686959182071.issue6301@psf.upfronthosting.co.za>
In-reply-to
Content
I'm -0 about that change.

However, I'd like to defend the original wording; it is *not* Python
that makes the text/binary distinction.  Python just calls fopen(),
which is what portable C programs are supposed to do, with the mode it
is given by the programmer in open().  Python neither ships nor owns the
C library.  For the Python programmer however, it is irrelevant which
part of the system that Python uses has a particular behavior, he just
notes that *on that system* it can be observed.

How about "On Windows, a distinction is made ..."? <half-wink>
History
Date User Action Args
2009-06-18 22:04:31georg.brandlsetrecipients: + georg.brandl, rhettinger, cvrebert, melbourne
2009-06-18 22:04:30georg.brandlsetmessageid: <1245362670.94.0.686959182071.issue6301@psf.upfronthosting.co.za>
2009-06-18 22:04:29georg.brandllinkissue6301 messages
2009-06-18 22:04:28georg.brandlcreate