◐ Shell
reader mode source ↗
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
15 changes: 14 additions & 1 deletion Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -901,13 +901,26 @@ Text I/O
locale encoding using :func:`locale.setlocale`, use the current locale
encoding instead of the user preferred encoding.

:class:`TextIOWrapper` provides one attribute in addition to those of
:class:`TextIOBase` and its parents:

.. attribute:: line_buffering

Whether line buffering is enabled.


.. class:: StringIO(initial_value='', newline='\\n')

Expand Down
Loading
Toggle all file notes Toggle all file annotations