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 YoSTEALTH
Recipients YoSTEALTH, benjamin.peterson, martin.panter, njs, pitrou, stutzbach, xgdomingo
Date 2018-01-16.13:14:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516108472.49.0.467229070634.issue32561@psf.upfronthosting.co.za>
In-reply-to
Content
There will be lot of confusion using "buffered" & "unbuffered" terminology, since python already has BufferedIOBase (as mentioned by Martin). It would be more appropriate to create io.CachedIOBase and add non-blocking argument to open(blocking=False) to enable this feature.
History
Date User Action Args
2018-01-16 13:14:32YoSTEALTHsetrecipients: + YoSTEALTH, pitrou, benjamin.peterson, stutzbach, njs, martin.panter, xgdomingo
2018-01-16 13:14:32YoSTEALTHsetmessageid: <1516108472.49.0.467229070634.issue32561@psf.upfronthosting.co.za>
2018-01-16 13:14:32YoSTEALTHlinkissue32561 messages
2018-01-16 13:14:32YoSTEALTHcreate