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 vstinner
Recipients ezio.melotti, vstinner
Date 2013-01-03.02:55:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357181757.69.0.782193499644.issue13209@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to factorize the code, but it is too complex. Each encoder handles errors differently. The most tricky is charmap: it reencodes the result of the error handler for non-ASCII characters. I'm not happy with the current situtation, but I don't see how to factorize easily the code, so I prefer to leave it unchanged. I close the issue.
History
Date User Action Args
2013-01-03 02:55:57vstinnersetrecipients: + vstinner, ezio.melotti
2013-01-03 02:55:57vstinnersetmessageid: <1357181757.69.0.782193499644.issue13209@psf.upfronthosting.co.za>
2013-01-03 02:55:57vstinnerlinkissue13209 messages
2013-01-03 02:55:57vstinnercreate