Hacker News new | ask | show | jobs
Python Enhancement Proposal 736: Shorthand syntax for keyword arguments (peps.python.org)
10 points by __tmk__ 897 days ago
1 comments

Finally ! Keyword-only arguments are the best to build reliable software.

It's a bit like the redundancy of classes that led to attrs and dataclasses. It's the obvious next step.