Closed
Description
Bug report
Bug description:
The public io.text_encoding()
function is missing from io.__all__
.
>>> import io
>>> "text_encoding" in io.__all___
False
CPython versions tested on:
3.10, 3.11, 3.12
Operating systems tested on:
macOS