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 xtreak
Recipients docs@python, steverpalmer, xtreak
Date 2019-01-29.14:37:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548772671.43.0.0230599316103.issue35848@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-01-29 14:37:53xtreaksetrecipients: + xtreak, docs@python, steverpalmer
2019-01-29 14:37:51xtreaksetmessageid: <1548772671.43.0.0230599316103.issue35848@roundup.psfhosted.org>
2019-01-29 14:37:51xtreaklinkissue35848 messages
2019-01-29 14:37:51xtreakcreate