diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2021-01-01 15:41:46 +0100 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2021-01-01 16:25:26 +0100 |
| commit | c9fd1934e9c49d9052f64439fc7ea82026bce00f (patch) | |
| tree | a4c31596cb5f9cd013fbb1c53924a4d403235a1f /ChangeLog | |
| parent | 58212bd459269da1b9cbf20ff23c3738f4d3dc3d (diff) | |
| download | astroid-git-c9fd1934e9c49d9052f64439fc7ea82026bce00f.tar.gz | |
``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodes
This fixes a false positive with the `assignment-from-no-return` pylint check.
Close PyCQA/pylint#3904
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -98,6 +98,12 @@ Release Date: TBA Close PyCQA/pylint#3686 +* ``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodes + + This fixes a false positive with the `assignment-from-no-return` pylint check. + + Close PyCQA/pylint#3904 + What's New in astroid 2.4.2? ============================ |
