]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-69528: Distinguish between file modes "wb+" and "rb+" (GH-137834)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 21 Oct 2025 17:33:30 +0000 (18:33 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 17:33:30 +0000 (20:33 +0300)
commit02c1abfc54954ec89a0c728823efde5ce7918a0f
tree1a9a459c562769f7ffeb0b8eda05e246f0df6e6d
parent60df1d7e0c8eef4bb7b9c41e2b65957ab4a4cd34
gh-69528: Distinguish between file modes "wb+" and "rb+" (GH-137834)

Co-authored-by: Xiang Zhang <angwerzx@126.com>
Lib/_pyio.py
Lib/test/test_gzip.py
Lib/test/test_io/test_fileio.py
Lib/test/test_io/test_general.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2025-08-15-20-35-30.gh-issue-69528.qc-Eh_.rst [new file with mode: 0644]
Modules/_io/fileio.c