On Fri, Oct 23, 2020, 5:44 AM Alex Hall

> (Heretical question: do we *really* need to distinguish it in syntax?
> Iterator unpacking a dict seems like a dumb idea, I wouldn't be sad if we
> broke compatibility there)
>

Breaking millions of lines of idiomatic code seems like a bad idea.

a, b, c = mydict

Mary not be so very common, but this is ubiquitous:

for k in mydict: ...
_______________________________________________
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/WMWG5JUWUQP7BEQZH6M64IJ27JVHUYKA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to