docs/library/io: Remove io.FileIO and io.TextIOWrapper.

FileIO and TextIOWrapper were removed in
e65d1e69e8.  Remove them also from the
documentation.

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
pull/12682/head
Thomas Ackermann 2023-10-13 12:27:21 +00:00 zatwierdzone przez Damien George
rodzic 8eb7721b4a
commit ac4f79592b
1 zmienionych plików z 0 dodań i 10 usunięć

Wyświetl plik

@ -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])