summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-03-31-10-21-54.bpo-36492.f7vyUs.rst
blob: 749e2a87ab6c755a91ff303464f8fa62cee62c58 (plain)
1
2
3
4
5
Arbitrary keyword arguments (even with names "self" and "func") can now be
passed to some functions which should accept arbitrary keyword arguments and
pass them to other function (for example partialmethod(), TestCase.addCleanup()
and Profile.runcall()) if the required arguments are passed as positional
arguments.