Ned Batchelder added the comment:

I wrote about this here: 
http://nedbatchelder.com/blog/201211/tricky_locals.html   A reader suggested 
this addition to the docs, which I like:

"Multiple invocations within the scope update and return the same dictionary 
instance.  When a trace function is in effect, this dictionary is updated after 
every statement."

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7083>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to