]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 Oct 2020 06:16:52 +0000 (23:16 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 06:16:52 +0000 (09:16 +0300)
commit400175ad91c1aa8abc6dfce108446e4210d0c157
tree2f9c7d1d95cff1abba04f5b2aa9f76d9edceda99
parent8f7eab788aedcf1a23ef9be767e1b3502a6bbd5c
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)

(cherry picked from commit 3635388f52b42e5280229104747962117104c453)

Co-authored-by: Max Bernstein <tekknolagi@users.noreply.github.com>
Lib/test/test_codecs.py
Misc/NEWS.d/next/Library/2020-10-17-23-17-18.bpo-42065.85BsRA.rst [new file with mode: 0644]
Objects/unicodeobject.c