On 27/12/20 3:03 pm, Chris Angelico wrote:
But that would mean that a lot of iterables would look like mappings when they're not.
In the context of ** you're expecting a mapping, not a sequence. -- Greg _______________________________________________ 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/7HSMEYDRGANI2XX6QBAMGP6IDNFK4JXK/ Code of Conduct: http://python.org/psf/codeofconduct/
