On Fri, 25 Feb 2022 23:06:57 +0000 (UTC), Avi Gross <avigr...@verizon.net>
declaimed the following:

>I do have to wonder if anyone ever considered adding back enough functionality 
>into base Python to make some additions less needed. Is there any reason the 
>kind of structures used by so many languages cannot be made part of python 
>such as a vector/array that holds exactly one kind of data structure and not 
>force use of things like a list when that is more than is needed?
>
        https://docs.python.org/3/library/array.html

seems to fit the criteria...


-- 
        Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfr...@ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to