On Sat, 12 Mar 2022 at 08:53, wfdc via Python-ideas <python-ideas@python.org> wrote: > > So do you propose getting rid of the tuple type entirely or not? > > Do you see why it's useful to have immutability? >
Immutability is extremely useful. I use tuples VERY frequently. But I don't then need to replace one element in them. ChrisA _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/Q7OP5GSX5QZRCFVKDMUR6Q54KVGAOEEV/ Code of Conduct: http://python.org/psf/codeofconduct/