[issue24551] byte conversion

Steven D'Aprano report at bugs.python.org
Tue Jul 7 17:52:34 CEST 2015


Steven D'Aprano added the comment:

Bytes in Python 3 do use ASCII representation:

py> b'\x41' == b'A'  # ASCII
True

If you think the documentation is unclear, please tell us which part of the docs you read (provide a URL) and we will see if it can be improved.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24551>
_______________________________________


More information about the Python-bugs-list mailing list