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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/JFNDCKUPDN7RPUENSXP467TXNKVFR6RE/
Code of Conduct: http://python.org/psf/codeofconduct/