summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.6.rst
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-05-05 08:25:58 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-05-05 09:52:38 +0200
commite6c9ef55bcd962366685a0d8f511d8567bddb78c (patch)
tree1529a8345140ed6095f9d5511c4a55e2c56a194e /doc/whatsnew/2.6.rst
parentb170461a6c8d24fec9a7ba6f3d7dc9d9cec1dd72 (diff)
downloadpylint-git-e6c9ef55bcd962366685a0d8f511d8567bddb78c.tar.gz
Rename the new old-style super with super-with-arguments
Also move it from the Python 3 checker to the refactoring one, as it's a better fit for it.
Diffstat (limited to 'doc/whatsnew/2.6.rst')
-rw-r--r--doc/whatsnew/2.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst
index c00053acd..5ab2028c1 100644
--- a/doc/whatsnew/2.6.rst
+++ b/doc/whatsnew/2.6.rst
@@ -13,7 +13,7 @@ Summary -- Release highlights
New checkers
============
-* Add `old-style-super` check for flagging instances of Python 2 style super calls.
+* Add `super-with-arguments` check for flagging instances of Python 2 style super calls.
Other Changes
=============