[New-bugs-announce] [issue46186] replace `io.IncrementalNewlineDecoder` with non incremental newline decoders

Guo Ci Teo report at bugs.python.org
Mon Dec 27 13:01:06 EST 2021


New submission from Guo Ci Teo <zguoci at gmail.com>:

replace unnecessary use of `io.IncrementalNewlineDecoder` in code.
Some uses of the `decode` method were also incorrect without the `final=True` argument.

----------
messages: 409235
nosy: guoci
priority: normal
severity: normal
status: open
title: replace `io.IncrementalNewlineDecoder` with non incremental newline decoders

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46186>
_______________________________________


More information about the New-bugs-announce mailing list