summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-19 21:10:54 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-19 21:10:54 +0300
commitcbd47c897dc4aa784c6af65005fbf4ca233d512d (patch)
tree0b8d7ac0aca1790219d5a614098da7d6bf69bfa1 /ChangeLog
parentb28aec3ca4b7c26031143191f3170098161fec3c (diff)
downloadpylint-cbd47c897dc4aa784c6af65005fbf4ca233d512d.tar.gz
Don't emit undefined-variable if the node is guarded by a NameError, Exception or bare except clause.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89fe18b..00df62c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -137,6 +137,9 @@ ChangeLog for Pylint
* Don't emit import-error if the import is guarded by an ImportError, Exception or a
bare except clause.
+ * Don't emit undefined-variable if the node is guarded by a NameError, Exception
+ or bare except clause.
+
2015-03-14 -- 1.4.3