On 8/7/07, Greg Ewing <[EMAIL PROTECTED]> wrote:
> Martin v. Löwis wrote:
> > Code that has been ported to the bytes type probably doesn't use it
> > correctly yet, but to me, the need for a buffery thing where you
> > can allocate some buffer, and then fill it byte-for-byte is quite
> > obvious.
>
> We actually already *have* something like that,
> i.e. array.array('B').

Could someone please explain to me the conceptual difference between
array.array('B'), bytes(), buffer objects and simple lists of
integers? I'm confused about when I should use which.

Collin Winter
_______________________________________________
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

Reply via email to