Feature Requests item #847778, was opened at 2003-11-23 19:51 Message generated for change (Settings changed) made by birkenfeld You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=847778&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Jozef Behran (jojoworks) Assigned to: Nobody/Anonymous (nobody) >Summary: Keyword similar to "global" for nested scopes want Initial Comment: I suggest you adding a keyword, say "nested" to explicitly bound the name to the upper level of nested scope. This keyword would be similar to "global", which bounds the name to the top level. See the attachment for the idea. ---------------------------------------------------------------------- >Comment By: Reinhold Birkenfeld (birkenfeld) Date: 2005-08-25 10:06 Message: Logged In: YES user_id=1188172 How would you make sure that the outer scope even exists at the time the code is run? dubnerm's comment is a valid point, too. That's the same problem as break 2 or such. Therefore, closing as rejected. ---------------------------------------------------------------------- Comment By: Michael Dubner (dubnerm) Date: 2003-12-04 07:01 Message: Logged In: YES user_id=39274 Hm-m. What about outer scope for outer scope? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=847778&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com