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 r.david.murray
Recipients amaury.forgeotdarc, pitrou, r.david.murray
Date 2009-03-06.01:24:05
SpamBayes Score 2.8156386e-08
Marked as misclassified No
Message-id <1236302648.47.0.351790408247.issue5323@psf.upfronthosting.co.za>
In-reply-to
Content
I have now had time to test this.  My use case (reading text from a pipe
and wanting the most recent complete line returned immediatly as it
is avaialable) is satisified by both the io.py code and the io c
code from the py3k branch.  I haven't been able to figure out how
to write an automated test, though :(.

I also had a fun time (I mean that literally) wandering through the code
and docs convincing myself that the 3.1a0 docs cover all the issues I
raised in this ticket.  I played around with a test case that helped
convince me the implementations match the 3.1a0 docs for the issues I
was concerned about.

So, IMO this ticket can be closed as fixed in 3.1a0.

--RDM
History
Date User Action Args
2009-03-06 01:24:08r.david.murraysetrecipients: + r.david.murray, amaury.forgeotdarc, pitrou
2009-03-06 01:24:08r.david.murraysetmessageid: <1236302648.47.0.351790408247.issue5323@psf.upfronthosting.co.za>
2009-03-06 01:24:06r.david.murraylinkissue5323 messages
2009-03-06 01:24:05r.david.murraycreate