[issue15379] Charmap decoding of no-BMP characters

Serhiy Storchaka report at bugs.python.org
Tue Jul 17 13:36:03 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

Fixing for 3.2 and lesser is possible, but expensive, because of narrow build limitation. If necessary, I will give the patch, but it is easier to mark it as "wont fix" for pre-3.3 versions.

Here is a tests for charmap decoding. Tests added not only for this issue, but for all non-covered cases with int2str and int2str mappings.

----------
Added file: http://bugs.python.org/file26416/decode_charmap_tests.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15379>
_______________________________________


More information about the Python-bugs-list mailing list