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 pitrou
Recipients ncoghlan, pitrou, skrah
Date 2011-08-22.21:43:42
SpamBayes Score 0.010672388
Marked as misclassified No
Message-id <1314049283.3863.1.camel@localhost.localdomain>
In-reply-to <1314011611.8.0.941911218938.issue12817@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2011-08-22 21:43:43pitrousetrecipients: + pitrou, ncoghlan, skrah
2011-08-22 21:43:43pitroulinkissue12817 messages
2011-08-22 21:43:42pitroucreate