[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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to