Hi,

I'm still new here, but if my vote has any value then this gets a heavy -1
from me. It makes no sense to have to access exact i:th element of a list
without knowing if it exists, at least not in a scenario where checking
against the length or using an exception (say CSV row should have index 2
but doesn't) wouldn't be better.

I might've missed a message or two, but unless someone can provide a real
example where get() has an actual use case, I see no reason to argue over
this.

- Markus
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to