commit | b3be4072888a4ce054993c2801802721466ea02d | [log] [tgz] |
---|---|---|
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | Wed May 22 08:18:26 2019 -0700 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed May 22 08:18:26 2019 -0700 |
tree | f59540b9a13da03566d2a9121ceb87ad6b1dcf88 | |
parent | 933e1509ec6efa8e6ab8c8c7ce02059ce2b6d9b9 [diff] |
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