PEP 642 v3: Explicit pattern matching syntax (#1756)
* requires that all uses of bare names be qualified with the user's intent * ensures that all name binding operations in patterns use the as keyword * drops alignment with iterable unpacking syntax (always requires square brackets) * drops alignment with class instantiation syntax (defines a new dedicated instance attribute matching syntax instead)
This commit is contained in:
parent
cdbac8e836
commit
84b1972292
2095
pep-0642.rst
2095
pep-0642.rst
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue