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 doerwalter, ezio.melotti, lemburg, ncoghlan, python-dev, serhiy.storchaka, vstinner
Date 2013-11-22.15:21:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7eLBbgh9kD3QeDK3=Cda+KNM+fbsjfxCC64cTYD8r8S+A@mail.gmail.com>
In-reply-to <1385126221.0.0.588419455099.issue19619@psf.upfronthosting.co.za>
Content
No, we can't remove wrap_codec_error, as it is still needed in order
to cover direct use of the codec machinery and to handle non-text
codecs registered by third parties (the tests cover both these cases).
History
Date User Action Args
2013-11-22 15:21:12ncoghlansetrecipients: + ncoghlan, lemburg, doerwalter, vstinner, ezio.melotti, python-dev, serhiy.storchaka
2013-11-22 15:21:12ncoghlanlinkissue19619 messages
2013-11-22 15:21:12ncoghlancreate