bpo-46668: Remove the mbcs alias by vstinner · Pull Request #31174 · python/cpython
Conversation
Member
Python no longer creates an alias for the ANSI code page to the
"mbcs" codec: always use the Python implementation of the code page.
Python no longer creates an alias for the ANSI code page to the "mbcs" codec: always use the Python implementation of the code page.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
commented
Feb 6, 2022
vstinner commented
Member Author
This change reverts the Python 3.10 behavior, since the _alias_mbcs() function was never used previously.
@eryksun: Would you mind to review/test this change?
vstinner
commented
Feb 23, 2022
vstinner commented
Member Author
I merged GH-31218 instead.
vstinner
closed this
vstinner
deleted the
remove_mbcs_alias
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment