[Python-Dev] Explicit Lexical Scoping (pre-PEP?)
Robin Bryce
robinbryce at gmail.com
Tue Jul 11 16:46:44 CEST 2006
outbound x = 1
x = 2
evaluating using Jeremy Hilton's' list:
1. is a real word
2. For me - in python - it would mean: Is found in 'outer' scope and
is already bound.
And the literal meaning of 'outbound 'headed away' [1] is pretty
darn close to what I mean when I spell the usual mutables kluge.
3 statement is positive form
4. I like it
could not find a use of outbound in python source (2.4.3)
[1] http://dictionary.reference.com/search?q=outbound
Robin
More information about the Python-Dev
mailing list