Hm, yes this seems reasonable. Travis, what do you think of this? On Sat, Apr 26, 2008 at 1:51 PM, Alexandre Vassalotti <[EMAIL PROTECTED]> wrote: > 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
-- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ 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