In <[EMAIL PROTECTED]>, Steven
D'Aprano wrote:

> Perhaps you should consider writing a PEP to make the redundant use of the
> global statement a compile-time error?

Sometimes I wished that it would be a compile time error or at least
triggering a warning when ``global`` is used at module level.  It seems a
common error from people used to declare variables at that level in other
languages.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to