News

While Python has lacked a native syntax for pattern matching, it has been possible to emulate it with if/elif/else chains or a dictionary lookup.
Many Python fans have longed for the language to adopt functional programming features. Now they can get those features without having to switch to a new Python implementation.