[Python-Dev] less quick patch for better debugging.
Michael Hudson
mwh at python.net
Fri Nov 28 09:51:28 EST 2003
Michael Hudson <mwh at python.net> writes:
> Although IIRC, in {k:v} v is evaluated before k, which could make
> life entertaining.
Another situation where (more unavoidably) execution "goes backwards":
r = [i for i in
somelist]
Cheers,
mwh
--
(Of course SML does have its weaknesses, but by comparison, a
discussion of C++'s strengths and flaws always sounds like an
argument about whether one should face north or east when one
is sacrificing one's goat to the rain god.) -- Thant Tessman
More information about the Python-Dev
mailing list