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, lemburg, serhiy.storchaka, shihai1991, vstinner
Date 2020-09-28.22:27:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601332045.33.0.554766720742.issue41842@roundup.psfhosted.org>
In-reply-to
Content
codecs.unregister() is needed to write unit tests: see PR 19069 of bpo-39337.

I don't see a strong need to add a new codecs.unregister_error() function, excpet for completeness. I don't think that completeness is enough to justify to add the function, but feel free to open a new issue if you consider that it's really needed.
History
Date User Action Args
2020-09-28 22:27:25vstinnersetrecipients: + vstinner, lemburg, ezio.melotti, serhiy.storchaka, shihai1991
2020-09-28 22:27:25vstinnersetmessageid: <1601332045.33.0.554766720742.issue41842@roundup.psfhosted.org>
2020-09-28 22:27:25vstinnerlinkissue41842 messages
2020-09-28 22:27:25vstinnercreate