Hi, Would it be a good idea to make memoryview indexing consistent with the behaviour of bytes object?
>>> memoryview(b'hello')[0] bytearray(b'h') >>> b'hello'[0] 104 -- Alexandre _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com