]> granicus.if.org Git - python/commit
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests...
authorGeorg Brandl <georg@python.org>
Mon, 24 May 2010 21:29:07 +0000 (21:29 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 24 May 2010 21:29:07 +0000 (21:29 +0000)
commitf0757a2937b4b341d828f68c1a857658fac01649
treeb5e36898eb126f17e14833d68aedf179db5ea053
parentdce6e1bd5a5b41b22be10ba119fb5b6d5546959a
#8016: add the CP858 codec (approved by Benjamin).  (Also add CP720 to the tests, it was missing there.)
Doc/library/codecs.rst
Lib/encodings/aliases.py
Lib/encodings/cp858.py [new file with mode: 0644]
Lib/test/test_codecs.py
Lib/test/test_unicode.py
Misc/NEWS