summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-03-31-10-21-54.bpo-36492.f7vyUs.rst
blob: f294bd27b25d9b0ae3ffa1530db9074fcad8ca8e (plain)
1
2
3
4
5
Deprecated passing required arguments like *func* as keyword arguments
in functions which should accept arbitrary keyword arguments and pass them
to other function. Arbitrary keyword arguments (even with names "self" and
"func") can now be passed to these functions if the required arguments are
passed as positional arguments.