Martin Panter added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26292>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to