Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-46668: Remove the mbcs alias #31174

Closed
wants to merge 1 commit into from
Closed

bpo-46668: Remove the mbcs alias #31174

wants to merge 1 commit into from

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.

None yet

3 participants