[Python-Dev] Explicit Lexical Scoping (pre-PEP?) (original) (raw)
Robin Bryce robinbryce at gmail.com
Tue Jul 11 16:46:44 CEST 2006
- Previous message: [Python-Dev] Explicit Lexical Scoping (pre-PEP?)
- Next message: [Python-Dev] Explicit Lexical Scoping (pre-PEP?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
outbound x = 1 x = 2
evaluating using Jeremy Hilton's' list:
- is a real word
- 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
- Previous message: [Python-Dev] Explicit Lexical Scoping (pre-PEP?)
- Next message: [Python-Dev] Explicit Lexical Scoping (pre-PEP?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]