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 martin.panter
Recipients Gary Fernie, martin.panter
Date 2018-01-19.22:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516402780.63.0.467229070634.issue26175@psf.upfronthosting.co.za>
In-reply-to
Content
It may also be worth implementing BufferedIOBase and TextIOBase. (It seems buffering=0 isn’t reliable, e.g. rollover with limited disk space, so it may not be worth implementing RawIOBase.)

To implement BufferedIOBase, “read1” and “readinto1” should be added.

To implement TextIOBase, “errors” should be added, and “newlines” should only list translated newlines, not the “newline” constructor argument.

Technically, “detach” should also be implemented, although it doesn’t have to do anything useful.
History
Date User Action Args
2018-01-19 22:59:40martin.pantersetrecipients: + martin.panter, Gary Fernie
2018-01-19 22:59:40martin.pantersetmessageid: <1516402780.63.0.467229070634.issue26175@psf.upfronthosting.co.za>
2018-01-19 22:59:40martin.panterlinkissue26175 messages
2018-01-19 22:59:40martin.pantercreate