[issue26432] Add partial.kwargs

2016-02-26 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: -1 "foolish consistency" and all that ... In the context of partial, it is fairly clear that "keywords" means "keyword arguments" while it may not be as clear in other more specialized contexts. In the age of autocompletion almost everywhere, aliases ar

[issue26432] Add partial.kwargs

2016-02-25 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Most Python classes that exposes a dictionary of keyword arguments as an attribute, name this attribute "kwargs": concurrent.futures.process._CallItem concurrent.futures.process._WorkItem concurrent.futures.thread._WorkItem inspect.BoundArguments sched.Even