Re: [Python-Dev] Replacement for array.array('u')?

2019年3月22日 03:42:06 -0700

On 2019年3月22日 20:31:33 +1300
Greg Ewing <[email protected]> wrote:
> A poster on comp.lang.python is asking about array.array('u').
> He wants an efficient mutable collection of unicode characters
> that can be initialised from a string.
TBH, I think anyone trying to use array.array should be directed to
Numpy these days. The only reason for array.array being here is that
it predates Numpy. Otherwise we'd never have added it.
Regards
Antoine.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to