blob: 19333a1ab8cbfdaabc8d56557b2a15fdd6374a52 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001t = (1, 2, 3)
2a, <warning descr="Python version 2.4, 2.5, 2.6, 2.7 do not support this syntax. Starred expressions are not allowed as assignment targets in Python 2">*b</warning>, c = t