Hi Christian,

On Tue, Sep 06, 2005 at 10:12:34PM +0200, [EMAIL PROTECTED] wrote:
> (check-in of listobject.py)
> turned all range loops into regular ones, since ranges support is no good, 
> yet.

This is the typical kind of changes that we should not do.  It makes the
code harder to read just for a premature optimization.  We know anyway
that we need complete support for "for in range" loops, rather sooner
than later, and Carl is progressing in this direction.


A bientot,

Armin
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to