Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix loop tuple unpacking in templates (#11174) | nc-x | 2019-05-05 | 1 | -0/+9 |
| | | | | | | * Fix loop tuple unpacking in templates * Add test | ||||
* | Fixes #10727. (#10728) | deech | 2019-02-25 | 1 | -1/+5 |
| | |||||
* | Tuple unpacking now works for `for` vars (#10152) | Neelesh Chandola | 2019-02-23 | 1 | -0/+39 |
* Tuple unpacking now works for `for` vars * Give error if length of tuple vars != length of tuple * Fix error message showing wrong tuple length * unpacking now works now for mutable items * Update changelog |