]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change all functions that expect one unicode character to accept a pair of
authorWalter Dörwald <walter@livinglogic.de>
Mon, 2 Jun 2008 20:36:03 +0000 (20:36 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 2 Jun 2008 20:36:03 +0000 (20:36 +0000)
commita2a89a871260068ca1abe4530229227750c82833
treeffa26f0e4e48eda28a939a7d6009b3a9ced50c0e
parent261b136321e32af373f8c0a7c73f3c6847e74ac4
Change all functions that expect one unicode character to accept a pair of
surrogates in narrow builds. Fixes issue #1706460.
Lib/test/test_unicodedata.py
Modules/unicodedata.c