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 jlp
Recipients georg.brandl, jlp
Date 2009-12-21.20:11:41
SpamBayes Score 1.2954929e-05
Marked as misclassified No
Message-id <1261426303.17.0.403576961756.issue7557@psf.upfronthosting.co.za>
In-reply-to
Content
see this web page:
http://docs.python.org/3.1/library/stdtypes.html?
highlight=read#file.read

The description should say:
for Python 3.1 the method reads characters, for instance utf-8 
characters.

if the mode is 'rb', then it reads bytes (i.e. byte == 8 bits).

Context: Linux Ubuntu 9.10, 64 bit, compiled locally.
History
Date User Action Args
2009-12-21 20:11:43jlpsetrecipients: + jlp, georg.brandl
2009-12-21 20:11:43jlpsetmessageid: <1261426303.17.0.403576961756.issue7557@psf.upfronthosting.co.za>
2009-12-21 20:11:41jlplinkissue7557 messages
2009-12-21 20:11:41jlpcreate