]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121785: Remove unused code from codecs.py (GH-121787)
authorSebastian Rittau <srittau@rittau.biz>
Mon, 15 Jul 2024 17:18:37 +0000 (19:18 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 17:18:37 +0000 (17:18 +0000)
commit74fbdcd74abc1bac6846ec92f00d21fe8f87610b
tree9e2438e64e8d5817f7acff79a72290afecb5d573
parent94bee45dee41876e88fe023b9163178d376355dc
gh-121785: Remove unused code from codecs.py (GH-121787)

It was only needed for non-Unicode Python builds,
which aren't supported anymore.
Lib/codecs.py