]> granicus.if.org Git - python/commit
Part of SF patch #1313939: Speedup charmap decoding by extending
authorWalter Dörwald <walter@livinglogic.de>
Thu, 6 Oct 2005 20:29:57 +0000 (20:29 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 6 Oct 2005 20:29:57 +0000 (20:29 +0000)
commitd1c1e10f70212464415fdf2ab0bed4b5d32fdf32
tree82db5a596a24d75e3caf0cd8054e2a68fe837332
parent331649acc7479f6e10cf6f6d01118d90f58ae600
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.
Doc/api/concrete.tex
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c