]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Jul 2025 16:09:45 +0000 (18:09 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Jul 2025 16:09:45 +0000 (16:09 +0000)
commit183b020cb5960e17b87c34a98ec02fcf2b840578
treecd722539088012a49d3fa0a477541f3bab55a55a
parent326fe0df66afbe94475e5609adeb1ea7a4956899
[3.14] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (GH-136498) (#136514)

gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (GH-136498)

Closes GH-52876
(cherry picked from commit 35e2c359703e076256c1249b74b87043972e04d6)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Lib/codecs.py
Misc/NEWS.d/next/Library/2025-07-10-10-18-19.gh-issue-52876.9Vjrd8.rst [new file with mode: 0644]