Greg Ewing wrote: > Robert Bradshaw wrote: > >> What about the behavior of >> >> for i from 0 <= i < 10: >> print i >> i += 5 > > Undefined also.
Saying "undefined" sounds a bit too simple here. Users will write this kind of code and intuitively expect it to work. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
