]> 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:27:41 +0000 (16:27 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Oct 2022 23:27:41 +0000 (16:27 -0700)
commitc835b97c5f9f057fd6346b661be32ff0b2c060e7
treeaa0d2dc61da0809d211828be2c315ce31a39c730
parent68f25e261e8df51e357dc0b6660ca771eac1e87f
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