summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.13.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.13.rst')
-rw-r--r--doc/whatsnew/2.13.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index c1b592237..10970a1dd 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -84,6 +84,12 @@ Other Changes
Closes #85, #2615
+* Fixed false negative for ``used-before-assignment`` when a conditional
+ or context manager intervened before the try statement that suggested
+ it might fail.
+
+ Closes #4045
+
* Fix a false positive for ``assigning-non-slot`` when the slotted class
defined ``__setattr__``.