]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Oct 2022 23:28:25 +0000 (16:28 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2022 23:28:25 +0000 (16:28 -0700)
commitdcb342b5f9d931b030ca310bf3e175bbc54df5aa
tree0be491d07b50a679165e7a57c1c1ec688d654fcf
parent0e4e058602d93b88256ff90bbef501ba20be9dd3
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370)

(cherry picked from commit d9407b174c81fda33e6c09a6f988c9a7cb8368af)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Doc/library/codecs.rst
Lib/codecs.py
Lib/test/test_codecs.py