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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, giampaolo.rodola, hodgestar, janssen
Date 2008-09-05.17:08:48
SpamBayes Score 0.1814576
Marked as misclassified No
Message-id <1220634529.0.0.826216502055.issue3162@psf.upfronthosting.co.za>
In-reply-to
Content
I asked this because I find the signature misleading:
   read(len)
or read(buffer, len)

io.py, for example, defines read(len) and read_into(buffer).
History
Date User Action Args
2008-09-05 17:08:49amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, janssen, giampaolo.rodola, hodgestar
2008-09-05 17:08:49amaury.forgeotdarcsetmessageid: <1220634529.0.0.826216502055.issue3162@psf.upfronthosting.co.za>
2008-09-05 17:08:48amaury.forgeotdarclinkissue3162 messages
2008-09-05 17:08:48amaury.forgeotdarccreate