This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients amaury.forgeotdarc, bgailer, docs@python, eric.araujo, eric.snow, ethan.furman, flox, georg.brandl, martin.panter, ncoghlan, nedbat, r.david.murray, techtonik, terry.reedy
Date 2015-06-29.06:54:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435560863.71.0.0546205650454.issue17546@psf.upfronthosting.co.za>
In-reply-to
Content
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.
'''
History
Date User Action Args
2015-06-29 06:54:24martin.pantersetrecipients: + martin.panter, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, techtonik, nedbat, bgailer, eric.araujo, r.david.murray, flox, docs@python, ethan.furman, eric.snow
2015-06-29 06:54:23martin.pantersetmessageid: <1435560863.71.0.0546205650454.issue17546@psf.upfronthosting.co.za>
2015-06-29 06:54:23martin.panterlinkissue17546 messages
2015-06-29 06:54:23martin.pantercreate