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 lemburg
Recipients fijal, georg.brandl, lemburg, loewis
Date 2008-10-20.22:05:38
SpamBayes Score 0.003082172
Marked as misclassified No
Message-id <1224540340.07.0.865637743018.issue3931@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-20 22:05:40lemburgsetrecipients: + lemburg, loewis, georg.brandl, fijal
2008-10-20 22:05:40lemburgsetmessageid: <1224540340.07.0.865637743018.issue3931@psf.upfronthosting.co.za>
2008-10-20 22:05:39lemburglinkissue3931 messages
2008-10-20 22:05:38lemburgcreate