]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
authorMax Bernstein <tekknolagi@users.noreply.github.com>
Sat, 17 Oct 2020 20:38:21 +0000 (13:38 -0700)
committerGitHub <noreply@github.com>
Sat, 17 Oct 2020 20:38:21 +0000 (23:38 +0300)
commit3635388f52b42e5280229104747962117104c453
treec56705fffca5862af09fd72974e66b439491d813
parent975d10a4f8f5d99b01d02fc5f99305a86827f28e
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
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