"Fredrik Lundh" <[EMAIL PROTECTED]> writes:
> > Some languages let you say things like:
> >   for (var x = 0; x < 10; x++)
> >      do_something(x);
> > and that limits the scope of x to the for loop.
> 
> depending on the compiler version, compiler switches, IDE settings, etc.

Huh?  I'm not sure what you're talking about.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to