better error message for tuple unpacking, following Python 3.2 (including a test...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 17 Jul 2010 15:28:12 +0000 (17:28 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 17 Jul 2010 15:28:12 +0000 (17:28 +0200)
commit8f8ef5cd969e0fc8589455e0407e8b664cf919a8
tree9d76f2b230a3b3a21eb8fe240c99d7133beb1010
parent9f5cace1ae8c4e733160ca7235025c678f1791e6
better error message for tuple unpacking, following Python 3.2 (including a test fix)
Cython/Compiler/ExprNodes.py
tests/run/tupleassign.pyx