]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36297: remove "unicode_internal" codec (GH-12342)
authorInada Naoki <songofacandy@gmail.com>
Mon, 18 Mar 2019 06:44:11 +0000 (15:44 +0900)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2019 06:44:11 +0000 (15:44 +0900)
commit6a16b18224fa98f6d192aa5014affeccc0376eb3
treed42d5fb270ce1a0e77235b9d5841fe2daa64b4e6
parent6fb544d8bc994ceb96b0fc5059c65fa82997743e
bpo-36297: remove "unicode_internal" codec (GH-12342)
12 files changed:
Doc/library/codecs.rst
Doc/whatsnew/3.8.rst
Include/cpython/unicodeobject.h
Lib/encodings/unicode_internal.py [deleted file]
Lib/test/test_codeccallbacks.py
Lib/test/test_codecs.py
Lib/test/test_unicode.py
Misc/NEWS.d/next/Library/2019-03-15-21-41-22.bpo-36297.Gz9ZfU.rst [new file with mode: 0644]
Modules/_codecsmodule.c
Modules/clinic/_codecsmodule.c.h
Objects/unicodeobject.c
PCbuild/lib.pyproj