diff options
| author | Ashley Whetter <ashley@awhetter.co.uk> | 2021-01-30 22:40:55 -0800 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2021-02-07 10:10:52 +0100 |
| commit | 599fe72a0c0e07e2a7720237c40800aa3c611708 (patch) | |
| tree | f00321410311d97cc24268692dcc4ea534355e0c /ChangeLog | |
| parent | 4629b93e59037e7d43fd70cb19085c6cb93d58a6 (diff) | |
| download | astroid-git-599fe72a0c0e07e2a7720237c40800aa3c611708.tar.gz | |
Corrected the parent of function type comment nodes
These nodes used to be parented to their original ast.FunctionDef parent
but are now correctly parented to their astroid.FunctionDef parent.
Closes #851
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -123,6 +123,13 @@ Release Date: TBA Close PyCQA/pylint#3904 +* Corrected the parent of function type comment nodes. + + These nodes used to be parented to their original ast.FunctionDef parent + but are now correctly parented to their astroid.FunctionDef parent. + + Close PyCQA/astroid#851 + What's New in astroid 2.4.2? ============================ |
