First time here? Check out the FAQ!

Steve Young's profile - activity

2022-04-30 09:24:53 -0500 received badge Supporter ( source )
2022-04-03 09:05:22 -0500 received badge Famous Question (source)
2022-03-30 15:11:26 -0500 received badge Notable Question (source)
2022-03-21 21:39:02 -0500 marked best answer 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.

2022-03-21 21:38:56 -0500 received badge Popular Question (source)
2022-03-14 11:10:37 -0500 received badge Citizen Patrol (source)
2022-03-12 20:50:56 -0500 received badge Student (source)
2022-03-12 20:50:37 -0500 asked a question When will PEP 634, Structural Pattern Matching be implemented?

When will PEP 634, Structural Pattern Matching be implemented? I'm currently investigating the usage of PEP 634, 'Struct