This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benjamin.peterson, ezio.melotti, lemburg, pitrou, serhiy.storchaka, vstinner
Date 2012-07-17.11:36:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342524963.38.0.423447235636.issue15379@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-17 11:36:03serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, pitrou, vstinner, benjamin.peterson, ezio.melotti
2012-07-17 11:36:03serhiy.storchakasetmessageid: <1342524963.38.0.423447235636.issue15379@psf.upfronthosting.co.za>
2012-07-17 11:36:02serhiy.storchakalinkissue15379 messages
2012-07-17 11:36:02serhiy.storchakacreate