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.

作者 pitrou
收信人 ncoghlan, pitrou, skrah
日期 2011-08-22.21:43:42
SpamBayes Score 0.010672388
Marked as misclassified
Message-id <1314049283.3863.1.camel@localhost.localdomain>
In-reply-to <1314011611.8.0.941911218938.issue12817@psf.upfronthosting.co.za>
内容
> Antoine, is it correct that io.BytesIO should only be used with bytearray
> buffers?

BytesIO does a copy of the original object, it does not touch the
original buffer.
历史
日期 用户 动作 参数
2011-08-22 21:43:43pitrou修改recipients: + pitrou, ncoghlan, skrah
2011-08-22 21:43:43pitrou链接issue12817 messages
2011-08-22 21:43:42pitrou创建