This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients John Helour, lemburg, loewis, mdk, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-14.12:27:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479126452.11.0.746545181109.issue24339@psf.upfronthosting.co.za>
In-reply-to
Content
I think the encoder can just use codecs.charmap_encode(). The decoder seems could be simpler too.

Would be nice to generate the ISO 6937 encoding file from external data (e.g. from glibc localedata) like they are generated for other encodings. Take Tools/unicode/ files as a pattern.

Tests are required.

A number of lists of encodings should be updated: Doc/library/codecs.rst, Lib/encodings/aliases.py, Lib/locale.py, Lib/test/test_unicode.py, Lib/test/test_codecs.py, Lib/test/test_xml_etree.py.
History
Date User Action Args
2016-11-14 12:27:32serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, vstinner, xiang.zhang, John Helour, mdk
2016-11-14 12:27:32serhiy.storchakasetmessageid: <1479126452.11.0.746545181109.issue24339@psf.upfronthosting.co.za>
2016-11-14 12:27:32serhiy.storchakalinkissue24339 messages
2016-11-14 12:27:31serhiy.storchakacreate