]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Nov 2012 20:14:58 +0000 (21:14 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Nov 2012 20:14:58 +0000 (21:14 +0100)
commite3ae321222c32d64232c46e4062082effec79bcf
tree1afcaf1354d5d6e7ddb9d3fb3a534b43c37f1769
parent1df43d33d2f17584639759519e290021b063485c
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
Lib/test/test_codeccallbacks.py
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c