On Fri, 08 Feb 2008 05:12:29 -0800, Ryszard Szopa wrote:

> Expressing simple loops as C for loops...

You mean simple loops like ``for i in xrange(1000):``?  How should the
compiler know what object is bound to the name `xrange` when that loop is
executed?

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to