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.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index a71b78136..56914559f 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -607,6 +607,10 @@ Other Changes
Closes #5769
+* Only raise ``not-callable`` when all the inferred values of a property are not callable.
+
+ Closes #5931
+
* Fix a false positive for ``undefined-loop-variable`` when the ``else`` of a ``for``
loop raises or returns.
@@ -617,10 +621,6 @@ Other Changes
Closes #4020
-* Only raise ``not-callable`` when all the inferred values of a property are not callable.
-
- Closes #5931
-
* Avoid reporting ``superfluous-parens`` on expressions using the ``is not`` operator.
Closes #5930