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 serhiy.storchaka
Recipients docs@python, python-dev, serhiy.storchaka, terry.reedy
Date 2015-09-24.07:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
https://docs.python.org/3/library/io.html#io.TextIOBase.buffer
"""buffer

The underlying binary buffer (a BufferedIOBase instance) that TextIOBase deals with. This is not part of the TextIOBase API and may not exist in some implementations."""

It is common to replace standard streams with StringIO.
History
Date User Action Args
2015-09-24 07:24:22serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, docs@python, python-dev
2015-09-24 07:24:22serhiy.storchakasetmessageid: <[email protected]>
2015-09-24 07:24:22serhiy.storchakalinkissue21995 messages
2015-09-24 07:24:22serhiy.storchakacreate