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 r.david.murray
Recipients Michael.Kuss, ezio.melotti, r.david.murray, vstinner
Date 2014-11-01.01:47:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414806423.18.0.954565600435.issue22701@psf.upfronthosting.co.za>
In-reply-to
Content
That error message indicates you've opened the output file in binary mode instead of text mode.
History
Date User Action Args
2014-11-01 01:47:03r.david.murraysetrecipients: + r.david.murray, vstinner, ezio.melotti, Michael.Kuss
2014-11-01 01:47:03r.david.murraysetmessageid: <1414806423.18.0.954565600435.issue22701@psf.upfronthosting.co.za>
2014-11-01 01:47:03r.david.murraylinkissue22701 messages
2014-11-01 01:47:03r.david.murraycreate