We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The public io.text_encoding() function is missing from io.__all__.
io.text_encoding()
io.__all__
>>> import io >>> "text_encoding" in io.__all___ False
3.10, 3.11, 3.12
macOS
Bug report
Bug description:
The public
io.text_encoding()function is missing fromio.__all__.CPython versions tested on:
3.10, 3.11, 3.12
Operating systems tested on:
macOS
Linked PRs