Add a batch of encodings submodules (#13112)

Also align encodings.utf_8 so the stub file is formatted the same
as these others that match
This commit is contained in:
Stephen Morton
2024-11-26 20:24:29 -08:00
committed by GitHub
parent 8d7436b3ef
commit 3f9c6d5845
7 changed files with 137 additions and 7 deletions

View File

@@ -66,11 +66,6 @@ encodings.latin_1
encodings.quopri_codec
encodings.raw_unicode_escape
encodings.unicode_escape
encodings.utf_16_be
encodings.utf_16_le
encodings.utf_32_be
encodings.utf_32_le
encodings.utf_7
encodings.uu_codec
encodings.zlib_codec
turtledemo