Is there somewhere where you can use "*ab" but not "a ,b" currently in Python?
On Fri, Jun 18, 2021 at 11:43 AM Mathew Elman <[email protected]> wrote: > I don't see how allowing > > [x, y for x in a] > > follows from allowing > > [*chunk for chunk in list_of_lists]. > _______________________________________________ > 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/CTYGB5FE3EMJCH4JJJKGG3OIPTREBW6C/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ 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/GKAS3GJTZQL5WWEUX7VU6NGNJ5BUBQJ3/ Code of Conduct: http://python.org/psf/codeofconduct/
