commit | d1c1e10f70212464415fdf2ab0bed4b5d32fdf32 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Thu Oct 06 20:29:57 2005 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Thu Oct 06 20:29:57 2005 +0000 |
tree | 82db5a596a24d75e3caf0cd8054e2a68fe837332 | |
parent | 331649acc7479f6e10cf6f6d01118d90f58ae600 [diff] |
Part of SF patch #1313939: Speedup charmap decoding by extending PyUnicode_DecodeCharmap() the accept a unicode string as the mapping argument which is used as a mapping table. This code isn't used by any of the codecs yet.