]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36312: Fix decoders for some code pages. (GH-12369)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Mar 2019 04:31:57 +0000 (21:31 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2019 04:31:57 +0000 (21:31 -0700)
commit74829b7323642739cdc439c2c88d406daf92075b
tree32058009ab61da1ff92cad6edac38bdf94e57c07
parent65b9849f0f07a000d751c96d9d711aeb24c95224
bpo-36312: Fix decoders for some code pages. (GH-12369)

(cherry picked from commit c1e2c288f41cdc1c6e6e09d9a5277a58232ceb03)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_codecs.py
Misc/NEWS.d/next/Windows/2019-03-16-16-51-17.bpo-36312.Niwm-T.rst [new file with mode: 0644]
Objects/unicodeobject.c