diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2017-01-26 10:33:22 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-01-26 10:33:22 +0200 |
commit | de68dd8b8f9595a5a261f326c2acf9bc923d86f0 (patch) | |
tree | d2ac48b9c334bb6d19b645312147068f41c95558 /ChangeLog | |
parent | 2236f185703da86df83b4ca5a9ac944d8bf6e1f1 (diff) | |
download | pylint-git-de68dd8b8f9595a5a261f326c2acf9bc923d86f0.tar.gz |
The protocol checks are emitting their messages when a special method is set to None.
Close #1263
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ What's New in Pylint 2.0? Release date: tba + * The protocol checks are emitting their messages when a special method is set to None. + + Close #1263 + * Properly detect if imported name is assigned to same name in different scope. |