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.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index 05d4e495f..219aec512 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -86,6 +86,11 @@ Other Changes
* ``used-before-assignment`` now checks names in try blocks.
+* Fixed false positive with ``used-before-assignment`` for assignment expressions
+ in lambda statements.
+
+ Closes #5360, #3877
+
* Require Python ``3.6.2`` to run pylint.
Closes #5065