[docs] [issue35848] readinto is not a method on io.TextIOBase
Karthikeyan Singaravelan
report at bugs.python.org
Tue Jan 29 09:37:53 EST 2019
Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:
https://docs.python.org/3/library/io.html#io.TextIOBase
> Base class for text streams. This class provides a character and line based interface to stream I/O. There is no readinto() method because Python’s character strings are immutable. It inherits IOBase. There is no public constructor.
io.TextIOBase docs say there is no readinto method in the documentation.
----------
nosy: +xtreak
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35848>
_______________________________________
More information about the docs
mailing list