On 04/11/2007, Guido van Rossum <[EMAIL PROTECTED]> wrote: > I'm beginning to settle on the following: > > 1. concrete types: bytes (immutable) and bytearray (mutable)
bytearray seems a bit clumsy, but I can't think of anything better... > 2. their common ABC: ByteString (derives from Sequence) Would ByteSequence not be better? > 3. the ABC corresponding to buffer-API objects: MemoryBlock Sounds reasonable. Would it make sense to rename the buffer API as the memory block API in that case? (PyBufferProcs --> PyMemoryBlockProcs, or maybe PyMemBlockProcs to make for less typing, etc) Paul _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
