◐ Shell
clean mode source ↗

bpo-46668: Remove the mbcs alias by vstinner · Pull Request #31174 · python/cpython

Conversation

@vstinner

@vstinner vstinner commented

Feb 6, 2022

edited by bedevere-bot

Loading

Copy link Copy Markdown

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.

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

vstinner commented

Feb 6, 2022

Copy link Copy Markdown

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

Copy link Copy Markdown

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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot