Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> wrote:
> Imported modules are variables like any other, and as they usually exist
> in the global scope, so they will all need to be explicitly referenced as
> global. This will get tiresome very quickly, and is a cure far worse than
> the disease, and alone is enough to disqualify this suggestion from
> serious consideration.

But on the gripping hand, it is a clear triumph of "Explicit is better
than implicit." ;)

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

Reply via email to