diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:24:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:24:19 (GMT) |
commit | f0eeedf0d8ffff9d7ea8874e60992845595f091f (patch) | |
tree | 6522282dfed3bc9925b171e3caef666423b8f22d /Lib/test/test_codecs.py | |
parent | ad8a1c3fb27aa3e240540888b6062597dce36fe8 (diff) | |
download | cpython-f0eeedf0d8ffff9d7ea8874e60992845595f091f.zip cpython-f0eeedf0d8ffff9d7ea8874e60992845595f091f.tar.gz cpython-f0eeedf0d8ffff9d7ea8874e60992845595f091f.tar.bz2 |
Issue #22681: Added support for the koi8_t encoding.
Diffstat (limited to 'Lib/test/test_codecs.py')
-rw-r--r-- | Lib/test/test_codecs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_codecs.py b/Lib/test/test_codecs.py index e7e189d..eab07c9 100644 --- a/Lib/test/test_codecs.py +++ b/Lib/test/test_codecs.py @@ -1822,6 +1822,7 @@ all_unicode_encodings = [ "iso8859_9", "johab", "koi8_r", + "koi8_t", "koi8_u", "kz1048", "latin_1", |