]> granicus.if.org Git - python/commit
bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)
authorVictor Stinner <vstinner@redhat.com>
Fri, 10 May 2019 01:19:54 +0000 (03:19 +0200)
committerGitHub <noreply@github.com>
Fri, 10 May 2019 01:19:54 +0000 (03:19 +0200)
commitd267ac20c309e37d85a986b4417aa8ab4d05dabc
tree701e11585f2a69916429f798895ba6fac1ec0545
parent137be34180a20dba53948d126b961069f299f153
bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)
Doc/library/codecs.rst
Lib/encodings/aliases.py
Lib/encodings/cp65001.py [deleted file]
Lib/test/test_codecs.py
Misc/NEWS.d/next/Library/2019-05-10-01-06-36.bpo-36778.GRqeiS.rst [new file with mode: 0644]