simplify

Annotated tests/assign.py

42:df3d2b28e2ae
2006-08-09 paulb Added tracing of the system state.
paulb@29 1
class A: pass
paulb@14 2
a = A()
paulb@37 3
c = b = a.x
paulb@37 4
[x, y, z] = c
paulb@37 5
x, y, z = c