summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-17 17:02:25 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-17 17:02:25 +0300
commitd6d9f379baaf7eee6eb64c708544d019677ac870 (patch)
treed95251f501137a00c334cd9a43dff31bcd482903 /ChangeLog
parent914fb8e283e7c78572f383dc525b5878e5e7c71b (diff)
downloadpylint-d6d9f379baaf7eee6eb64c708544d019677ac870.tar.gz
Don't emit no-member for nodes protected by AttributeError, Exception or bare except handlers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a359ff..1b18d11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -129,6 +129,10 @@ ChangeLog for Pylint
* Don't emit no-name-in-module if the import is guarded by an ImportError handler.
+ * Don't emit no-member if the attribute access node is protected by an
+ except handler, which handles AttributeError, Exception or it is a
+ bare except.
+
2015-03-14 -- 1.4.3