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 Jeff.Pursell, r.david.murray, serhiy.storchaka
Date 2013-09-04.13:48:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378302508.44.0.180507143703.issue8311@psf.upfronthosting.co.za>
In-reply-to
Content
It's because you write an array of integers while writeframes() expects a bytes object.

Here is a test.
History
Date User Action Args
2013-09-04 13:48:28serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, Jeff.Pursell
2013-09-04 13:48:28serhiy.storchakasetmessageid: <1378302508.44.0.180507143703.issue8311@psf.upfronthosting.co.za>
2013-09-04 13:48:28serhiy.storchakalinkissue8311 messages
2013-09-04 13:48:28serhiy.storchakacreate