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 Firstname.Lastname, r.david.murray
Date 2013-05-07.20:07:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367957255.07.0.0934897069289.issue17929@psf.upfronthosting.co.za>
In-reply-to
Content
Basic questions like this aren't really suitable for the tracker, you should use other forums such as the python-list mailing list or the #python irc channel.

In Python3, bytes and strings are different classes, but in Python2 they are not.  You need to be working with BytesIO.
History
Date User Action Args
2013-05-07 20:07:35r.david.murraysetrecipients: + r.david.murray, Firstname.Lastname
2013-05-07 20:07:35r.david.murraysetmessageid: <1367957255.07.0.0934897069289.issue17929@psf.upfronthosting.co.za>
2013-05-07 20:07:35r.david.murraylinkissue17929 messages
2013-05-07 20:07:34r.david.murraycreate