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. _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/