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 eryksun, ezio.melotti, methane, vstinner, yan12125
Date 2022-02-06.20:51:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644180692.91.0.763750026041.issue29240@roundup.psfhosted.org>
In-reply-to
Content
> New changeset 91106cd9ff2f321c0f60fbaa09fd46c80aa5c266 by Victor Stinner in branch 'master':
> bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
> https://github.com/python/cpython/commit/91106cd9ff2f321c0f60fbaa09fd46c80aa5c266

Oh, this change broke the mbcs alias on Windows and the test_codecs and test_site tests (2 tests!) missed the bug :-( I fixed it in:

New changeset 04dd60e50cd3da48fd19cdab4c0e4cc600d6af30 by Victor Stinner in branch 'main':
bpo-46659: Update the test on the mbcs codec alias (GH-31168)
https://github.com/python/cpython/commit/04dd60e50cd3da48fd19cdab4c0e4cc600d6af30
History
Date User Action Args
2022-02-06 20:51:32vstinnersetrecipients: + vstinner, ezio.melotti, methane, eryksun, yan12125
2022-02-06 20:51:32vstinnersetmessageid: <1644180692.91.0.763750026041.issue29240@roundup.psfhosted.org>
2022-02-06 20:51:32vstinnerlinkissue29240 messages
2022-02-06 20:51:32vstinnercreate