diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-03-31-10-21-54.bpo-36492.f7vyUs.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-03-31-10-21-54.bpo-36492.f7vyUs.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-31-10-21-54.bpo-36492.f7vyUs.rst b/Misc/NEWS.d/next/Library/2019-03-31-10-21-54.bpo-36492.f7vyUs.rst deleted file mode 100644 index 749e2a87ab6..00000000000 --- a/Misc/NEWS.d/next/Library/2019-03-31-10-21-54.bpo-36492.f7vyUs.rst +++ /dev/null @@ -1,5 +0,0 @@ -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. |