Paul Rubin <http://[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED] (Alex Martelli) writes:
> > Thus the following example does not compile:
> > class Test {
> >         public static void main(String[] args) {
> >                 int i;
> >                 for (int i = 0; i < 10; i++)
> 
> I'm ok with this; at the minimum, I think such nesting should produce
> a warning message.

Yes, a warning could surely be a reasonable compromise.


Alex
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to