When will PEP 634, Structural Pattern Matching be implemented?
I'm currently investigating the usage of PEP 634, 'Structural Pattern Matching', which is new in Python V3.10, it doesn't appear to be currently supported. The program executes without an error, only the IDE shows that 'match' is an "Undefined name".
Is this being planned for an upcoming release?
Running Wing Pro v8.2.
Comments
Wing shouldn't be warning that match is an undefined name. Could you mail the code in question to support@wingware.com ?