Hi all,
I'm not sure if the following is a bug I should report or simply an artifact of the implementation and/or simply the way things work on py3k:

% py30 -c "str(memoryview(bytearray((1,2,3))))"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: __str__ returned non-string (type bytes)

Cheers,

Mark
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to