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 gregory.p.smith
Recipients berker.peksag, gregory.p.smith, orsenthil, terry.reedy, zveinn
Date 2021-03-05.21:04:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614978261.1.0.591551418701.issue43332@roundup.psfhosted.org>
In-reply-to
Content
yep, that'd be a worthwhile improvement.  note that the send method in that code also accepts BytesIO objects so rather than doing our own sequence of bytes and join we could just buffer in one of those.
History
Date User Action Args
2021-03-05 21:04:21gregory.p.smithsetrecipients: + gregory.p.smith, terry.reedy, orsenthil, berker.peksag, zveinn
2021-03-05 21:04:21gregory.p.smithsetmessageid: <1614978261.1.0.591551418701.issue43332@roundup.psfhosted.org>
2021-03-05 21:04:21gregory.p.smithlinkissue43332 messages
2021-03-05 21:04:20gregory.p.smithcreate