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.
encodings.aliases
1 parent 1965b20 commit 35004e9Copy full SHA for 35004e9
stdlib/encodings/__init__.pyi
@@ -1,6 +1,8 @@
1
import sys
2
from codecs import CodecInfo
3
4
+from . import aliases as aliases
5
+
6
class CodecRegistryError(LookupError, SystemError): ...
7
8
def normalize_encoding(encoding: str | bytes) -> str: ...
0 commit comments