commit | e3ae321222c32d64232c46e4062082effec79bcf | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 17 21:14:58 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 17 21:14:58 2012 +0100 |
tree | 1afcaf1354d5d6e7ddb9d3fb3a534b43c37f1769 | |
parent | 1df43d33d2f17584639759519e290021b063485c [diff] |
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). Patch by Serhiy Storchaka.