"Luis P. Mendes" <[EMAIL PROTECTED]> writes:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> | so it's
> |
> | for i in range(80000, 140000, 10000): ...
> |
> |     <mike
>
> For what I've read, for i in range is slower than the other for
> construct used by Pyrex:
>
> for i from iMin <= i < iMax:
>
> My question had to do with this new expression.  How can I introduce a
> step there.

My bad. I missed the "Pyrex" in the subject line.

   Sorry,
   <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to