[issue26292] Raw I/O writelines() broken

STINNER Victor report at bugs.python.org
Fri Feb 5 07:13:20 EST 2016


STINNER Victor added the comment:

> Is deprecating RawIOBase.writelines() an option, and only recommending BufferedIOBase.writelines() and TextIOBase.writelines()?

IMHO the problem is the same for other classes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26292>
_______________________________________


More information about the Python-bugs-list mailing list