This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guoci
Recipients eric.araujo, guoci
Date 2022-01-01.20:34:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641069248.69.0.0508248320378.issue46186@roundup.psfhosted.org>
In-reply-to
Content
Some uses of the `decode` method of `io.IncrementalNewlineDecoder` were incorrect without the `final=True` argument.
One way to fix it would be to add the `final=True` in all cases.
But the incremental decoding feature is not used, so I decided to replace it with stateless non-incremental newline decoders.
History
Date User Action Args
2022-01-01 20:34:08guocisetrecipients: + guoci, eric.araujo
2022-01-01 20:34:08guocisetmessageid: <1641069248.69.0.0508248320378.issue46186@roundup.psfhosted.org>
2022-01-01 20:34:08guocilinkissue46186 messages
2022-01-01 20:34:08guocicreate