| commit | a1f7655fa7e09ec33a240e4e2f589bca2eac76e0 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Sun Sep 23 20:00:04 2012 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Sep 23 20:00:04 2012 +0200 |
| tree | 69af12cefa3b52cf342fc4c7841fc13a4426b006 | |
| parent | 5011244be0f12ab51ca318bdc409d5df5f8c7914 [diff] | |
| parent | 6f80f5d4446f06d15274ad519cae6929a3565cc0 [diff] |
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings). Patch by Serhiy Storchaka.