summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8558.feature
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8558.feature')
-rw-r--r--doc/whatsnew/fragments/8558.feature3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8558.feature b/doc/whatsnew/fragments/8558.feature
new file mode 100644
index 000000000..b5a8342f3
--- /dev/null
+++ b/doc/whatsnew/fragments/8558.feature
@@ -0,0 +1,3 @@
+Add a new checker ``kwarg-superseded-by-positional-arg`` to warn when a function is called with a keyword argument which shares a name with a positional-only parameter and the function contains a keyword variadic parameter dictionary. It may be surprising behaviour when the keyword argument is added to the keyword variadic parameter dictionary.
+
+Closes #8558