[Python-Dev] Re: PEP 622: Structural Pattern Matching

2020年6月26日 07:36:34 -0700

On 2020年6月26日 at 09:07, Greg Ewing <[email protected]>
wrote:
> On 26/06/20 2:10 pm, Gregory P. Smith wrote:
> > match get_shape() as shape:
> > case start, end := Line@(shape):
>
> This looks just as inscrutable to me in its own way.
>
Absolutely, but that's kind of the point I think: no possible way to
understand it for something else that what it means.
Arthur
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/5AN52CT5BYARJHO3BL3OMXI4A27DHJCH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to