[issue18472] Update PEP 8 to encourage modern conventions

R. David Murray report at bugs.python.org
Mon Aug 5 21:31:51 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18472>
_______________________________________


More information about the Python-bugs-list mailing list