Ivan Voras wrote: > > Come to that, you're **really** doing it in machine code... > > I've yet to see someone calling > > if a == '5': > print "it's 5" > > machine code. It's the distinction on which level the program's logic is > implemented, not at which level it's executed.
uhuh? so why did you just argue that
if foo.bar():
bar.aba()
means "doing it in C" if bar and aba happens to be parts of an extension
library ?
</F>
--
http://mail.python.org/mailman/listinfo/python-list
