On Sun, Apr 14, 2019 at 10:15 AM Juancarlo Añez <[email protected]> wrote: > > > > On Sat, Apr 13, 2019 at 9:02 AM Chris Angelico <[email protected]> wrote: >> >> Would be really nice to be able to spell this as a dict/set intersection. >> >> func(**(d & {'a', 'b', 'c'})) > > > That would be _very_ consistent with the ongoing discussions about operators > over dicts. >
I believe it's already been mentioned. ChrisA _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
