[Python-Dev] Explicit Lexical Scoping (pre-PEP?) (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jul 12 05:05:37 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 ]
Matthew Barnes wrote:
its meaning in C/C++ (i.e. the symbol is defined outside of the current scope).
It means more than that -- it means defined outside the current file. That's much too drastic for what we want.
-- Greg
- 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 ]