summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecs.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-24 21:29:07 (GMT)
committerGeorg Brandl <georg@python.org>2010-05-24 21:29:07 (GMT)
commitf0757a2937b4b341d828f68c1a857658fac01649 (patch)
treeb5e36898eb126f17e14833d68aedf179db5ea053 /Lib/test/test_codecs.py
parentdce6e1bd5a5b41b22be10ba119fb5b6d5546959a (diff)
downloadcpython-f0757a2937b4b341d828f68c1a857658fac01649.zip
cpython-f0757a2937b4b341d828f68c1a857658fac01649.tar.gz
cpython-f0757a2937b4b341d828f68c1a857658fac01649.tar.bz2
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.)
Diffstat (limited to 'Lib/test/test_codecs.py')
-rw-r--r--Lib/test/test_codecs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_codecs.py b/Lib/test/test_codecs.py
index ff91ce4..254bc4d 100644
--- a/Lib/test/test_codecs.py
+++ b/Lib/test/test_codecs.py
@@ -1190,6 +1190,7 @@ all_unicode_encodings = [
"cp424",
"cp437",
"cp500",
+ "cp720",
"cp737",
"cp775",
"cp850",
@@ -1197,6 +1198,7 @@ all_unicode_encodings = [
"cp855",
"cp856",
"cp857",
+ "cp858",
"cp860",
"cp861",
"cp862",