]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) (GH-13502)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 22 May 2019 16:28:39 +0000 (09:28 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 May 2019 16:28:38 +0000 (09:28 -0700)
commit81c5ec9e417aebfe92945a05771006e4241f4e08
tree731e7d06225a688fc561adbb589902ddccca42d0
parenta58db9628d0c96cc5b863137fed4e432238f8027
[3.7] bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) (GH-13502)

A very simple fix. I found this while writing typeshed stubs for StreamRecoder.

https://bugs.python.org/issue33482.
(cherry picked from commit b3be4072888a4ce054993c2801802721466ea02d)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
https://bugs.python.org/issue33482
Lib/codecs.py
Lib/test/test_codecs.py
Misc/NEWS.d/next/Documentation/2018-05-13-10-36-37.bpo-33482.jalAaQ.rst [new file with mode: 0644]