]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219)
authorHai Shi <shihai1992@gmail.com>
Wed, 14 Oct 2020 15:43:31 +0000 (23:43 +0800)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 15:43:31 +0000 (17:43 +0200)
commitc5b049b91ca50c615f9a5425055c2b79a82ac547
tree7fac1361bbd7bb7ca533f034d800e593b32266b4
parentb4d895336a4692c95b4533adcc5c63a489e5e4e4
bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219)
Doc/whatsnew/3.10.rst
Lib/encodings/__init__.py
Lib/test/test_codecs.py
Misc/NEWS.d/next/Library/2020-09-13-02-02-18.bpo-39337.L3NXTt.rst [new file with mode: 0644]