"Bruno Desthuilliers" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> The current namespace object, of course.

Implementing a namespace as a Python object (ie, dict) is completely 
optional and implementation dependent.  For CPython, the local namespace of 
a function is generally *not* done that way.

tjr



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to