]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
authorVictor Stinner <vstinner@python.org>
Tue, 22 Feb 2022 21:04:07 +0000 (22:04 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 21:04:07 +0000 (22:04 +0100)
commitccbe8045faf6e63d36229ea4e1b9298572cda126
tree398e7157040957ec220da5f8c7a00fd7fcad3c1b
parent8fb94893e4a870ed3533e80c4bc2f1ebf1cfa9e7
bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
Lib/encodings/__init__.py
Lib/test/test_codecs.py