On Mon, Aug 24, 2020 at 6:27 PM Christopher Barker <python...@gmail.com> 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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/AUCGQUAAVLCBISLFZTQEU7XSWVUFOPTN/ Code of Conduct: http://python.org/psf/codeofconduct/