Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infer starred expressions in tuple, list, set and dict literals #396

Merged
merged 7 commits into from
Feb 14, 2017
Prev Previous commit
Next Next commit
Merge branch 'master' into infer_starred
  • Loading branch information
rogalski committed Feb 14, 2017
commit bb218dd1e3cd2e6ffe67109f99aef24b9a736005
7 changes: 5 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,13 @@ Change log for the astroid package (used to be astng)
leading to various possible crashes when one or more arguments
weren't given. Closes issue #277.

* Fix metaclass detection, when multiple keyword arguments
are used in class definition.

* Add support for annotated variable assignments (PEP 526)

* Starred expressions are now inferred correctly for tuple,
list, set, and dictionary literals.

* Add support for annotated variable assignments (PEP 526)


2015-11-29 -- 1.4.1
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.