diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:16:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-12 20:16:55 (GMT) |
commit | ad8a1c3fb27aa3e240540888b6062597dce36fe8 (patch) | |
tree | 6e135c90bd2f7dbe9dd39e6c382d1c43af53dcee /Lib/test/test_codecs.py | |
parent | 0d4df752acbaf14164f1e8b2b95ebe3fe288bb82 (diff) | |
download | cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.zip cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.tar.gz cpython-ad8a1c3fb27aa3e240540888b6062597dce36fe8.tar.bz2 |
Issue #22682: Added support for the kz1048 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 fb3db77..e7e189d 100644 --- a/Lib/test/test_codecs.py +++ b/Lib/test/test_codecs.py @@ -1823,6 +1823,7 @@ all_unicode_encodings = [ "johab", "koi8_r", "koi8_u", + "kz1048", "latin_1", "mac_cyrillic", "mac_greek", |