On Fri, Jul 31, 2020 at 3:52 PM Marco Sulla <marco.sulla.pyt...@gmail.com> wrote:
> Is it not more simple to add some sequence methods to the dict views (if > there's a real need)? > If you do tuple(dict.keys()), you get the sequence of keys in the same > insertion order of the dict. It seems to me that the duck already exists > and quacks. > The problem with that is these view objects are in fact NOT ducks (sequences). They are gooses (sets). Gooses don't quack. They honk. --- Ricky. "I've never met a Kentucky man who wasn't either thinking about going home or actually going home." - Happy Chandler
_______________________________________________ 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/2EPKD6IH4NKWKBHWRG4YPMGQOC5PP7CV/ Code of Conduct: http://python.org/psf/codeofconduct/