]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-62825: Fix encoding aliases "KS_C_5601-1987", "KS X 1001", etc (GH-150933)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 Jun 2026 07:58:20 +0000 (10:58 +0300)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2026 07:58:20 +0000 (10:58 +0300)
commit45562c6f4f469e278a9c03c31c2cdadf8100d101
treee805349840a3ca7436c9430fd3120d0bd7baba44
parentc83d3d789eec9db1fc5ce00d1a320afe20d725fa
gh-62825: Fix encoding aliases "KS_C_5601-1987", "KS X 1001", etc (GH-150933)

They are now aliases of CP949 instead of EUC-KR.
Lib/encodings/aliases.py
Misc/NEWS.d/next/Library/2026-06-04-23-10-31.gh-issue-62825.BtG_yQ.rst [new file with mode: 0644]