summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecs.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-12 20:24:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-12 20:24:19 (GMT)
commitf0eeedf0d8ffff9d7ea8874e60992845595f091f (patch)
tree6522282dfed3bc9925b171e3caef666423b8f22d /Lib/test/test_codecs.py
parentad8a1c3fb27aa3e240540888b6062597dce36fe8 (diff)
downloadcpython-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.py1
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",