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 serhiy.storchaka
Recipients Samuli G, serhiy.storchaka
Date 2017-04-07.07:55:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491551710.33.0.450502661497.issue30010@psf.upfronthosting.co.za>
In-reply-to
Content
This is expected behavior. When you write to ByitesIO you overwrites the old content.

If you want to append to ByitesIO, first move the position to the end: b.seek(0, io.SEEK_END).
History
Date User Action Args
2017-04-07 07:55:10serhiy.storchakasetrecipients: + serhiy.storchaka, Samuli G
2017-04-07 07:55:10serhiy.storchakasetmessageid: <1491551710.33.0.450502661497.issue30010@psf.upfronthosting.co.za>
2017-04-07 07:55:10serhiy.storchakalinkissue30010 messages
2017-04-07 07:55:10serhiy.storchakacreate