]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
in narrow builds, make sure to test codepoints as identifier characters (closes ...
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Aug 2011 03:17:18 +0000 (22:17 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Aug 2011 03:17:18 +0000 (22:17 -0500)
commitf413b80806bb7d077a1611610273dab6d916908d
tree26430b8d63dd062bc95fc86bfa7cff6f6cded165
parent7bf4363f77b9aba82126d092f70aa27f3610bf69
in narrow builds, make sure to test codepoints as identifier characters (closes #12732)

This fixes the use of Unicode identifiers outside the BMP in narrow builds.
Lib/test/test_pep3131.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c