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 jstasiak, martin.panter, pitrou, vstinner
Date 2016-02-05.21:01:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454706064.11.0.135611218852.issue26292@psf.upfronthosting.co.za>
In-reply-to
Content
For BufferedIOBase, the documentation says write() will not return a short number of bytes, so I don’t see how writelines() is a problem there. For TextIOBase, the documentation is not so clear <https://docs.python.org/release/3.4.3/library/io.html#io.TextIOBase.write>, but I understand the standard library implementations do not do short writes.
History
Date User Action Args
2016-02-05 21:01:04martin.pantersetrecipients: + martin.panter, pitrou, vstinner, jstasiak
2016-02-05 21:01:04martin.pantersetmessageid: <1454706064.11.0.135611218852.issue26292@psf.upfronthosting.co.za>
2016-02-05 21:01:04martin.panterlinkissue26292 messages
2016-02-05 21:01:04martin.pantercreate