diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2014-07-29 11:36:15 +0300 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2014-07-29 11:36:15 +0300 |
| commit | bf919348a823a573ebbb7c435626172ba21b7c3c (patch) | |
| tree | f6bee267871fb7b66e49f26a542d549a84e525a6 /ChangeLog | |
| parent | 70b05d23a03218cd16bcde339f4ba50dc4a8f27a (diff) | |
| download | astroid-git-bf919348a823a573ebbb7c435626172ba21b7c3c.tar.gz | |
Set the parent of vararg and kwarg nodes when inferring them. Closes issue #43.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ Change log for the astroid package (used to be astng) * Fix a crash occurred when inferring decorator call chain. Closes issue #42. + * Set the parent of vararg and kwarg nodes when inferring them. + Closes issue #43. + 2014-07-25 -- 1.2.0 * Function nodes can detect decorator call chain and see if they are |
