Skip to content

Commit

Permalink
docs/library/io: Remove io.FileIO and io.TextIOWrapper.
Browse files Browse the repository at this point in the history
FileIO and TextIOWrapper were removed in
e65d1e6.  Remove them also from the
documentation.

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
  • Loading branch information
tacker66 authored and dpgeorge committed Oct 16, 2023
1 parent 8eb7721 commit ac4f795
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ Functions
Classes
-------

.. class:: FileIO(...)

This is type of a file open in binary mode, e.g. using ``open(name, "rb")``.
You should not instantiate this class directly.

.. class:: TextIOWrapper(...)

This is type of a file open in text mode, e.g. using ``open(name, "rt")``.
You should not instantiate this class directly.

.. class:: StringIO([string])
.. class:: BytesIO([string])

Expand Down

0 comments on commit ac4f795

Please sign in to comment.