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 <[email protected]>
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: <[email protected]>
2020-07-15 16:16:43tontintonlinkissue41305 messages
2020-07-15 16:16:43tontintoncreate