]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.3) Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 25 Feb 2013 23:16:57 +0000 (00:16 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 25 Feb 2013 23:16:57 +0000 (00:16 +0100)
commit36025478bff1012dbb6d9312aca4a798ee089e8e
tree530f1fe64ece89ae682fcb9115b5087205511688
parentc19038983425fee91958d51b3eefcb56dfc9f0f1
parentd21b58c05d5e187bb736dc913da6ddefd9c9d8b3
(Merge 3.3) Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character
outside the range U+0000-U+10ffff.
Misc/NEWS
Objects/unicodeobject.c