Tim Peters writes: > [Stephen J. Turnbull[ > > No. It's equivalent to > > > > <expr3> = <expr4> > > <expr2> = <expr3> > > <expr1> = <expr2> > > > > and the order matters because the <expr>s may have side effects. > > This is tricky stuff. Thank you, and Guido, for the correction.