[issue3931] codecs.charmap_build is untested and undocumented

Marc-Andre Lemburg report at bugs.python.org
Tue Oct 21 00:05:40 CEST 2008


Marc-Andre Lemburg <mal at egenix.com> added the comment:

AFAIR, this code was added by Martin as optimization.

The function is a direct interface to PyUnicode_BuildEncodingMap() which
builds either a dictionary or EncodingMap object for use by the charmap
codec.

It is primarily used by the gencodec.py script.

----------
assignee:  -> georg.brandl
components: +Documentation
nosy: +georg.brandl, loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3931>
_______________________________________


More information about the Python-bugs-list mailing list