diff options
author | Dmitry Pribysh <dmand@yandex.ru> | 2015-10-18 16:43:53 +0300 |
---|---|---|
committer | Dmitry Pribysh <dmand@yandex.ru> | 2015-10-18 16:43:53 +0300 |
commit | 3df1fb9ee598eec589c988b7790cf44b031341f2 (patch) | |
tree | d813e4ee6d6b875581cb913e3a893b6756668784 /ChangeLog | |
parent | e19536a645f93b7a02173c4166b928c185a02aa4 (diff) | |
download | pylint-3df1fb9ee598eec589c988b7790cf44b031341f2.tar.gz |
Rename checking function for 'super()' call checking and update Changelog.fix-667
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ ChangeLog for Pylint -------------------- -- + * Make 'no-self-use' checker not emit a warning if there is a 'super()' + call inside the method. + Closes issue #667. + * Add checker to identify multiple imports on one line. Closes issue #598. |