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 gvanrossum
Recipients gvanrossum, oconnor663, vstinner, yselivanov
Date 2014-08-27.03:13:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409109229.77.0.506927829936.issue22279@psf.upfronthosting.co.za>
In-reply-to
Content
Also, I'm not too fond of the read1()/read() dichotomy.  I was pretty much forced into it because Python 2 streams implemented read() using the libc fread() function, which has this behavior -- but in general I find the UNIX read() syscall more convenient, and I wish I could turn time back on this issue.  I guess my design for asyncio.StreamReader is what I wish the io classes used...
History
Date User Action Args
2014-08-27 03:13:49gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, oconnor663
2014-08-27 03:13:49gvanrossumsetmessageid: <1409109229.77.0.506927829936.issue22279@psf.upfronthosting.co.za>
2014-08-27 03:13:49gvanrossumlinkissue22279 messages
2014-08-27 03:13:49gvanrossumcreate