diff options
Diffstat (limited to 'doc/whatsnew/2.13.rst')
-rw-r--r-- | doc/whatsnew/2.13.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst index 22defda5d..a3d10a929 100644 --- a/doc/whatsnew/2.13.rst +++ b/doc/whatsnew/2.13.rst @@ -106,6 +106,12 @@ Extensions Other Changes ============= +* No longer emit ``no-member`` in for loops that reference ``self`` if the binary operation that + started the for loop uses a ``self`` that is encapsulated in tuples or lists. + + Ref PyCQA/astroid#1360 + Closes #4826 + * Fix matching ``--notes`` options that end in a non-word character. Closes #5840 |