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 njs
Recipients Dima.Tisnek, njs, unused-346748, yselivanov
Date 2018-01-18.06:51:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516258279.69.0.467229070634.issue31087@psf.upfronthosting.co.za>
In-reply-to
Content
Python's codecs already support partial decode, exactly to handle this kind of case. See codecs.getincremental{en,de}coder and

https://docs.python.org/3/library/codecs.html#incremental-encoding-and-decoding
History
Date User Action Args
2018-01-18 06:51:19njssetrecipients: + njs, Dima.Tisnek, yselivanov, unused-346748
2018-01-18 06:51:19njssetmessageid: <1516258279.69.0.467229070634.issue31087@psf.upfronthosting.co.za>
2018-01-18 06:51:19njslinkissue31087 messages
2018-01-18 06:51:19njscreate