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 Samuli G
Recipients Samuli G
Date 2017-04-07.07:40:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491550816.13.0.724625022482.issue30010@psf.upfronthosting.co.za>
In-reply-to
Content
The initial bytes provided for the BytesIO constructor are lost when the stream is written to.

Seeking to offset zero, and then getting the value of the entire buffer results of getting only the bytes that have been appended by calling "write".
History
Date User Action Args
2017-04-07 07:40:16Samuli Gsetrecipients: + Samuli G
2017-04-07 07:40:16Samuli Gsetmessageid: <1491550816.13.0.724625022482.issue30010@psf.upfronthosting.co.za>
2017-04-07 07:40:16Samuli Glinkissue30010 messages
2017-04-07 07:40:15Samuli Gcreate