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 corona10, erlendaasland, neonene, paul.moore, petr.viktorin, shihai1991, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-01-07.22:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610058096.59.0.339991025407.issue42846@roundup.psfhosted.org>
In-reply-to
Content
It took me a while to understand it, the _multibytecodec module itself is fine. The issue comes from the _codecs_jp module which uses the legacy module API:

    codec = _codecs_jp.getcodec('cp932')
History
Date User Action Args
2021-01-07 22:21:36vstinnersetrecipients: + vstinner, paul.moore, tim.golden, petr.viktorin, zach.ware, steve.dower, corona10, shihai1991, neonene, erlendaasland
2021-01-07 22:21:36vstinnersetmessageid: <1610058096.59.0.339991025407.issue42846@roundup.psfhosted.org>
2021-01-07 22:21:36vstinnerlinkissue42846 messages
2021-01-07 22:21:36vstinnercreate