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 ncoghlan
Recipients barry, ezio.melotti, flox, lemburg, ncoghlan, vstinner
Date 2013-11-05.15:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383664114.09.0.894183661691.issue17828@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch adds systematic tests for the new error handling to test_codecs.TransformTests

I also moved the codecs changes up to a "Codec handling improvements" section.

My rationale for doing that is that this is actually a pretty significant usability enhancement and Python 3 codec model clarification for heavy users of binary codecs coming from Python 2, and because I also plan to follow up on this issue by bringing back the shorthand aliases for these codecs that were removed in issue 10807 (thus closing issue 7475).

If issue 15216 gets finished (changing stream encodings after creation) that would also be a substantial enhancement worth mentioning here.
History
Date User Action Args
2013-11-05 15:08:34ncoghlansetrecipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, flox
2013-11-05 15:08:34ncoghlansetmessageid: <1383664114.09.0.894183661691.issue17828@psf.upfronthosting.co.za>
2013-11-05 15:08:34ncoghlanlinkissue17828 messages
2013-11-05 15:08:33ncoghlancreate