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 pitrou
Recipients georg.brandl, pakal, pitrou
Date 2009-10-01.10:58:50
SpamBayes Score 0.0017849215
Marked as misclassified No
Message-id <1254394732.18.0.245715744272.issue7022@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I'm not sure what is wrong with the current doc:

read(n=-1)¶
    Read and return up to n bytes from the stream. As a convenience, if
n is unspecified or -1, readall() is called. Otherwise, only one system
call is ever made. An empty bytes object is returned on EOF; None is
returned if the object is set not to block and has no data to read.

(http://docs.python.org/dev/py3k/library/io.html)
History
Date User Action Args
2009-10-01 10:58:52pitrousetrecipients: + pitrou, georg.brandl, pakal
2009-10-01 10:58:52pitrousetmessageid: <1254394732.18.0.245715744272.issue7022@psf.upfronthosting.co.za>
2009-10-01 10:58:51pitroulinkissue7022 messages
2009-10-01 10:58:50pitroucreate