PEP 3132 unpacking should not raise an error (it may yield wrong results though at the moment), fixes #707.

This commit is contained in:
Dave Halter
2016-07-10 17:50:46 +02:00
parent 7d64069780
commit 1c0aa06c7d
4 changed files with 33 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ Changelog
0.10.0 (2016-06-)
+++++++++++++++++
- Basic type inference for ``yield from`` and ``star unpacking``.
- Actual semantic completions for the complete Python syntax.
- Basic type inference for ``yield from`` PEP 380.
- PEP 484 support (most of the important features of it). Thanks Claude! (@reinhrst)
- Again a lot of internal changes.