R. David Murray added the comment:

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.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18472>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to