Glenn Linderman wrote: > So what _is_ the syntax for "a tuple of two equal values" ?
If you’re asking about PEP 634: ``` case x, y if x == y: ``` Which is much clearer, in my opinion. _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/UM6ZACEZLF2B6YLMMO4TASWCVVKD2KPM/ Code of Conduct: http://python.org/psf/codeofconduct/