summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorssolanki <sushobhitsolanki@gmail.com>2018-07-17 12:45:23 +0530
committerSushobhit <31987769+sushobhit27@users.noreply.github.com>2018-07-19 14:54:24 +0530
commit13ffa8d312ee1d2315825300472227ac08ff803d (patch)
treeab836f3cab57c9688c137c441a4ad65c8d0a543e /ChangeLog
parent5e5a8d6500acf78a1249caa142b7cd98069efa96 (diff)
downloadpylint-git-13ffa8d312ee1d2315825300472227ac08ff803d.tar.gz
`try-except-raise` should consider parent class handlers.
fix for #2284
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf8b30815..261fbe59a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,9 @@ What's New in Pylint 2.0?
=========================
Release date: 2018-07-15
+ * `try-except-raise` should not be emitted if there are any parent exception class handlers.
+
+ Close #2284
* `trailing-comma-tuple` can be emitted for `return` statements as well.