|
Subject: RE: closure semantics Newsgroups: gmane.comp.python.devel Date: 2003-10-23 17:42:23 GMT (5 years, 36 weeks, 3 days, 3 hours and 2 minutes ago) > [Jeremy] > > I'm not averse to introducing a new keyword, which would address both > > concerns. yield was introduced with apparently little problem, so it > > seems possible to add a keyword without causing too much disruption. > > > > If we decide we must stick with global, then it's very hard to address > > Alex's concern about global being a confusing word choice <wink>. [Guido] > OK, the tension is mounting. Which keyword do you have in > mind? And would you use the same keyword for module-globals > as for outer-scope variables? I'd like to suggest "outer v" for this. The behavior could be to scan outward for the first definition of v. If the only outer-scope variable is at module-level, then the behavior would be the same as "global v". Or if everyone is comfortable enough re-using the keyword "global", then I also like "global v in f". _______________________________________________ Python-Dev mailing list Python-Dev <at> python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/python-python-dev%40m.gmane.org |
|
|