]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-62825: Fix encoding aliases "KS_C_5601-1987", "KS X 1001", etc (GH-150933...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Jun 2026 11:41:22 +0000 (13:41 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2026 11:41:22 +0000 (14:41 +0300)
commit675ed8a7490f221f228d7bc75263e4195e6139a4
treed86673f9e5e3eb80772c02a0d5f8e1ed80d9942f
parentb48c208bb03ec50e5f41672037aa5fd0adbdb987
[3.15] gh-62825: Fix encoding aliases "KS_C_5601-1987", "KS X 1001", etc (GH-150933) (GH-150946)

They are now aliases of CP949 instead of EUC-KR.
(cherry picked from commit 45562c6f4f469e278a9c03c31c2cdadf8100d101)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]