]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
UnicodeTranslateError uses the new Unicode API
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 00:17:27 +0000 (01:17 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 00:17:27 +0000 (01:17 +0100)
commit53b33e767d9aa85f2bf3add5850499596f9d0558
tree3a6dc041509e03ee5bacbfc17af85f6c33392ca2
parenta1c03b0a587ec971360c4f57a801631bba2dd5f1
UnicodeTranslateError uses the new Unicode API

The index is a character index, not a index in a Py_UNICODE* string.
Objects/exceptions.c