]> granicus.if.org Git - python/commit
bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 22 May 2019 15:18:26 +0000 (08:18 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 May 2019 15:18:26 +0000 (08:18 -0700)
commitb3be4072888a4ce054993c2801802721466ea02d
treef59540b9a13da03566d2a9121ceb87ad6b1dcf88
parent933e1509ec6efa8e6ab8c8c7ce02059ce2b6d9b9
bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779)

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

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]