Steven D'Aprano writes:

 >     {'spam': spam, 'eggs', eggs, **who_cares} = mapping

Shouldn't that be 

    {'spam': spam, 'eggs', eggs, **_} = mapping

8-D

Actually, I kinda like that, it looks like the side-eye emoji!  Or a
flounder, but that's a different kettle of fish.

-- Yet Another Steve
_______________________________________________
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/JFNDCKUPDN7RPUENSXP467TXNKVFR6RE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to