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 tontinton
Recipients tontinton
Date 2020-07-15.16:16:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594829804.0.0.326071195505.issue41305@roundup.psfhosted.org>
In-reply-to
Content
Add a StreamReader.readinto(buf) function.

Exactly like StreamReader.read() with *n* being equal to the length of buf.

Instead of allocating a new buffer, copy the read buffer into buf.
History
Date User Action Args
2020-07-15 16:16:44tontintonsetrecipients: + tontinton
2020-07-15 16:16:44tontintonsetmessageid: <1594829804.0.0.326071195505.issue41305@roundup.psfhosted.org>
2020-07-15 16:16:43tontintonlinkissue41305 messages
2020-07-15 16:16:43tontintoncreate