]> 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:00:18 +0000 (23:00 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 06:00:18 +0000 (09:00 +0300)
commit6a2aa4994e99ae8e43011a0290646fde4724a003
tree4f2a55ab3a160c5c8b2843fd0d9ec1a60c3739d7
parent0fbddb14dc03f61738af01af88e7d8aa8df07336
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