[Python-Dev] Re: *Simpler* string substitutions

Barry A. Warsaw barry@zope.com
Sat, 22 Jun 2002 21:36:31 -0400


>>>>> "PM" == Paul Moore <Paul.Moore@atosorigin.com> writes:

    PM> 4. Access to variables is also problematic. Without
    PM> compile-time support, access to nested scopes is impossible
    PM> (AIUI).

Is this really true?  I think it was two IPC's ago that Jeremy and I
discussed the possibility of adding a method to frame objects that
would basically yield you the equivalent of globals+freevars+locals.

-Barry