Y
Hacker News
new
|
ask
|
show
|
jobs
by
reachtarunhere
2803 days ago
The single * way to specify keyword only arguments is a total monstrosity.
1 comments
masklinn
2802 days ago
It's a logical and consistent outgrowth of the existence of *args, and having (finally) allowed parameters after that (which would be keyword-only). I'm sure you could make up other ways to do it, but not that they'd be any better.
link