]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion...
authorStanley <46876382+slateny@users.noreply.github.com>
Fri, 21 Oct 2022 23:01:05 +0000 (16:01 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2022 23:01:05 +0000 (16:01 -0700)
commitd9407b174c81fda33e6c09a6f988c9a7cb8368af
tree71340d046fce25463b7e37ae25c05d42036bf0c6
parent4c1145bb3796c550d477c8c154ff980d566fe4a2
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (#94370)
Doc/library/codecs.rst
Lib/codecs.py
Lib/test/test_codecs.py