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 barry, ezio.melotti, gvanrossum, lemburg, michael.foord, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, tshepang
Date 2013-08-05.19:31:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375731111.94.0.13886705282.issue18472@psf.upfronthosting.co.za>
In-reply-to
Content
Technically a bytes object is sequence of integers, not a sequence of bytes.  That is, if you iterate it, you get integers.  Python doesn't have a 'byte' type.
History
Date User Action Args
2013-08-05 19:31:52r.david.murraysetrecipients: + r.david.murray, lemburg, gvanrossum, barry, rhettinger, terry.reedy, ncoghlan, ezio.melotti, michael.foord, tshepang, serhiy.storchaka
2013-08-05 19:31:51r.david.murraysetmessageid: <1375731111.94.0.13886705282.issue18472@psf.upfronthosting.co.za>
2013-08-05 19:31:51r.david.murraylinkissue18472 messages
2013-08-05 19:31:51r.david.murraycreate