[Python-ideas] get() method for list and tuples
Ethan Furman
ethan at stoneleaf.us
Fri Mar 3 12:02:46 EST 2017
On 03/03/2017 08:09 AM, Ed Kellett wrote:
> P.S. all the talk of PEP 463 seems misplaced. That it solves (FSVO solve) this problem doesn't mean it should supersede
> this discussion.
The advantage of PEP 463 is that issues like this would be less pressing, and it's much more general purpose.
Personally, I don't think `get` belongs on list/tuple for reasons already stated.
--
~Ethan~
More information about the Python-ideas
mailing list