PEP 570: Python Positional-Only Parameters

I don’t think you can state that as a fact. The current solution lets us define syntax that goes positional-only, positional-or-keyword, keyword-only where there is symmetry in how you transition across the parameter list. Your solution would lose that.

That’s highly doubtful. If have added and removed syntax, but never swapped syntax.