Paolo Pantaleo wrote:

> why accessing the names dictionary globals() and locals() gives
> different results?

the documentation has the answer:

   "The contents of this dictionary should not be modified;
   changes may not affect the values of local variables used
   by the interpreter"

   http://pyref.infogami.com/locals

</F>

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

Reply via email to