PEP 570: Python Positional-Only Parameters

See issue36518 which significantly decreases the need in positional-only parameters in Python (although PEP 570 still has a value for solving other problems). The change is surprisingly tiny.

1 Like