summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-12-13 03:05:58 -0500
committerGitHub <noreply@github.com>2021-12-13 09:05:58 +0100
commit6c6a7aa36da74a35ac6e2ff543c10457c008f9e7 (patch)
tree11f7227cdf755ccf001410cb066c3955143bd431 /ChangeLog
parentf8b23eb9cccf4bda452bf56dc1c71b8a046e571b (diff)
downloadpylint-git-6c6a7aa36da74a35ac6e2ff543c10457c008f9e7.tar.gz
Emit `used-before-assignment` in final or except blocks where try statements could have failed (#5384)
* Emit `used-before-assignment` in final or except blocks where try statements could have failed Fix #85, #2615
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 738d8acda..a90ade1cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,11 @@ Release date: TBA
Closes #4761
+* ``used-before-assignment`` now considers that assignments in a try block
+ may not have occurred when the except or finally blocks are executed.
+
+ Closes #85, #2615
+
* ``used-before-assignment`` now checks names in try blocks.
* Some files in ``pylint.testutils`` were deprecated. In the future imports should be done from the