I wrote:
> I'm convinced that "global variable" means top-level for most
> programmers and so this usage would be confusing -- but i think we're
> all just repeating what we've said before.

Andrew McNamara wrote:
> But it doesn't mean "top-level" - it already comes with the qualifier
> "module".

This is exactly what "global variable" means in C, Perl, JavaScript,
Ruby, etc.

The global scope is the widest scope in which you can declare a variable.


-- ?!ng
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to