]> granicus.if.org Git - python/commit
Fix charmapencode_lookup(), so that a None value in the mapping
authorWalter Dörwald <walter@livinglogic.de>
Wed, 8 Jan 2003 22:01:33 +0000 (22:01 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 8 Jan 2003 22:01:33 +0000 (22:01 +0000)
commitadc727490b521b1de27088b160382396d7b52a8a
tree8f5c03cf94465351133023a0e3b5dfe6c7f85895
parent6757c1e8565262cdc234de3370c4747927a72f72
Fix charmapencode_lookup(), so that a None value in the mapping
is treated as "character maps to <undefined>" and not as
"character mapping must return integer, None or str".
Objects/unicodeobject.c