Martin Panter added the comment:

Here is another attempt with different words:

'''
.. note::
   The dictionary returned by :func:`locals` is an accurate snapshot of the 
local namespace at the time it is called.  If the namespace changes after the 
call, the dictionary may become out of date, but it may also automatically 
update at any time.  The contents of the dictionary should not be modified by 
the user; it is undefined whether such changes affect the namespace or not.
'''

----------

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

Reply via email to