[issue5182] str() on memoryview of bytearray failing on py3k

Benjamin Peterson report at bugs.python.org
Sun Feb 8 15:19:36 CET 2009


Benjamin Peterson <benjamin at python.org> added the comment:

What sort of thing should str() on a memoryview return? Latin-1 decoded
bytes? Could we remove __str__ and just stick with __repr__?

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list