Curtis Chang

Results 2 issues of Curtis Chang

``` python def kproperty(exports): exports.L2, exports.L1, exports.L0 = L2, L1, L0 # works exports.L2, exports.L1, exports.L0 = L2, L1, L0 = (2, 1, 0) # failed ``` which generates ```...

bug

to reproduce it consider the following example: https://jsfiddle.net/curtis_chang/sb703rdj/10/

enhancement