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 guoci
Date 2021-12-27.18:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640628066.96.0.973649532824.issue46186@roundup.psfhosted.org>
In-reply-to
Content
replace unnecessary use of `io.IncrementalNewlineDecoder` in code.
Some uses of the `decode` method were also incorrect without the `final=True` argument.
History
Date User Action Args
2021-12-27 18:01:07guocisetrecipients: + guoci
2021-12-27 18:01:06guocisetmessageid: <1640628066.96.0.973649532824.issue46186@roundup.psfhosted.org>
2021-12-27 18:01:06guocilinkissue46186 messages
2021-12-27 18:01:06guocicreate