]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133036: Deprecate codecs.open (#133038)
authorInada Naoki <songofacandy@gmail.com>
Wed, 30 Apr 2025 01:11:09 +0000 (10:11 +0900)
committerGitHub <noreply@github.com>
Wed, 30 Apr 2025 01:11:09 +0000 (10:11 +0900)
commit4e294f6feb3193854d23e0e8be487213a80b232f
tree5bd03678ff6136ef2a7ffb03a088388c275713c7
parent732d1b02417e91d6a4247879e290065287cc6b51
gh-133036: Deprecate codecs.open (#133038)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/deprecations/pending-removal-in-future.rst
Doc/library/codecs.rst
Doc/whatsnew/3.14.rst
Lib/_pyio.py
Lib/codecs.py
Lib/test/test_codecs.py
Lib/test/test_multibytecodec.py
Lib/test/test_sax.py
Misc/NEWS.d/next/Library/2025-04-27-15-21-05.gh-issue-133036.HCNYA7.rst [new file with mode: 0644]
Modules/_io/textio.c
Python/codecs.c