On Mon, Aug 24, 2020 at 6:27 PM Christopher Barker <[email protected]> wrote: > but {a:b:1} is now a syntax error, so we could make only the three-part form > allowable. >
But is that a set containing a:b:1, or a dict mapping a to b:1, or a dict mapping a:b to 1? I don't like it. ChrisA _______________________________________________ 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/AUCGQUAAVLCBISLFZTQEU7XSWVUFOPTN/ Code of Conduct: http://python.org/psf/codeofconduct/
