Guido van Rossum wrote:
> Currently the array module can be used for
> this but I would like to get rid of it in favor of bytes and Travis
> Oliphant's new buffer API

I thought the plan was to *enhance* the array module
so that it provides multi-dimensional arrays that
support the new buffer protocol.

If the plan is instead to axe it completely, then
I'm disappointed. Bytes is only a replacement for
array.array('B'), not any of the other types.

--
Greg
_______________________________________________
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