]> granicus.if.org Git - python/commit
Issue #3280: like chr() already does, the "%c" format now accepts the full unicode...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 4 Jul 2008 21:26:43 +0000 (21:26 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 4 Jul 2008 21:26:43 +0000 (21:26 +0000)
commita4db68622c585e1bb526ef89f5d5ccf602906110
tree3c2f15bbc29fec0bd7d127d7e6e540fc626d6665
parent142957ce952c067414df3503431ab36a91c9c40c
Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range
even on "narrow Unicode" builds; the result is a pair of UTF-16 surrogates.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c
Python/modsupport.c