diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2020-06-09 22:02:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-09 22:02:48 +0200 |
| commit | 1cf413ff986cf464202a07df60e7bd54695ed0e0 (patch) | |
| tree | 65ecd70f5d6057047403122e9f01158038f22637 /ChangeLog | |
| parent | ca821aacd3d27b118781de77463238aa58f1f3ca (diff) | |
| download | astroid-git-1cf413ff986cf464202a07df60e7bd54695ed0e0.tar.gz | |
`FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)
Close PyCQA/pylint#3583
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ Release Date: TBA Close PyCQA/pylint#3639 +* `FunctionDef.is_generator` properly handles `yield` nodes in `If` tests + + Close PyCQA/pylint#3583 + What's New in astroid 2.4.2? ============================ |
