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 amaury.forgeotdarc, pitrou, r.david.murray
Date 2009-02-21.13:14:12
SpamBayes Score 1.936275e-05
Marked as misclassified No
Message-id <1235222054.4.0.727005157206.issue5323@psf.upfronthosting.co.za>
In-reply-to
Content
RDM, all the classes you mentioned should indeed be able to do "short
reads" on pipes, sockets and the like. That's how they are tested in
test_io.py: against mock raw i/o classes which only return a few bytes
at a time (e.g. only 5 bytes will be filled in a 4096-byte buffer).

However, I encourage you once again to *experiment* with the 3.x i.o
library and share your results with us. This is the best way for us to
know whether common use cases are really covered.

(Amaury, as for the `telling` flag in TextIOWrapper, we should so some
performance measurements, and then suppress it if there's no difference)
History
Date User Action Args
2009-02-21 13:14:14pitrousetrecipients: + pitrou, amaury.forgeotdarc, r.david.murray
2009-02-21 13:14:14pitrousetmessageid: <1235222054.4.0.727005157206.issue5323@psf.upfronthosting.co.za>
2009-02-21 13:14:13pitroulinkissue5323 messages
2009-02-21 13:14:12pitroucreate