Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 6, 2022

Python no longer creates an alias for the ANSI code page to the
"mbcs" codec: always use the Python implementation of the code page.

https://bugs.python.org/issue46668

Python no longer creates an alias for the ANSI code page to the
"mbcs" codec: always use the Python implementation of the code page.
@vstinner
Copy link
Member Author

vstinner commented Feb 6, 2022

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
Copy link
Member Author

I merged GH-31218 instead.

@vstinner vstinner closed this Feb 23, 2022
@vstinner vstinner deleted the remove_mbcs_alias branch February 23, 2022 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants