]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136702: Deprecate passing non-ascii *encoding* (str) to `encodings.normalize_encod...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sun, 9 Nov 2025 12:37:34 +0000 (12:37 +0000)
committerGitHub <noreply@github.com>
Sun, 9 Nov 2025 12:37:34 +0000 (13:37 +0100)
commit5ba0a1aa1fe386fbc863d3fe8f32dfbfe2b1bded
tree84b6335cb2cf8bc7b92efd9dca4268e7380078ef
parent7ae440f262c99ba9a3327237f83c9290dc963028
gh-136702: Deprecate passing non-ascii *encoding* (str) to `encodings.normalize_encoding` (#140030)

Closes #136702
Doc/deprecations/pending-removal-in-3.17.rst
Lib/email/_header_value_parser.py
Lib/email/utils.py
Lib/encodings/__init__.py
Lib/test/test_codecs.py
Lib/test/test_email/test_email.py
Lib/test/test_email/test_headerregistry.py
Misc/NEWS.d/next/Library/2025-10-13-11-25-41.gh-issue-136702.uvLGK1.rst [new file with mode: 0644]