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 pakal
Recipients georg.brandl, pakal, pitrou
Date 2009-10-01.15:59:08
SpamBayes Score 3.1927726e-07
Marked as misclassified No
Message-id <1254412751.05.0.876886173847.issue7022@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the memoryview tip - I though I was up-to-date with python's
features but obviously I wans't ^^ (I searched through dict views but
that wasn't it...)
It should be exactly what's needed to replace these unnecessary
additional arguments.

As for the simple doc update, I was just pointing out the fact that EOF
is reached if read methods returns an empty bytes AND we didn't ask for
0 bytes. Just to avoid confusing people : file.read(0) will always
return an empty bytes, but it doesnt mean that we're at eof, contarrily
to what the doc currently says B-)
History
Date User Action Args
2009-10-01 15:59:11pakalsetrecipients: + pakal, georg.brandl, pitrou
2009-10-01 15:59:11pakalsetmessageid: <1254412751.05.0.876886173847.issue7022@psf.upfronthosting.co.za>
2009-10-01 15:59:09pakallinkissue7022 messages
2009-10-01 15:59:08pakalcreate