summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-20 20:43:31 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-20 20:43:31 +0300
commit4ccb6232b9ac2dbf23c1e5d7a977c28e1d6ea10f (patch)
treee7ba9c50930d8430e24e89519dfffbe59c61787d /ChangeLog
parent6d274c4398061f4405cebf36c9412f5b77d9c937 (diff)
downloadpylint-4ccb6232b9ac2dbf23c1e5d7a977c28e1d6ea10f.tar.gz
Don't emit undefined-all-variable for nodes which can't be inferred (which returns YES from inference).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb47c72..b122328 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -171,6 +171,9 @@ ChangeLog for Pylint
* pylint.checkers.utils.excepts_import_error was removed.
Use pylint.chekcers.utils.error_of_type instead.
+
+ * Don't emit undefined-all-variables for nodes which can't be
+ inferred (YES nodes).