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 guettli
Recipients docs@python, guettli
Date 2010-10-20.07:19:45
SpamBayes Score 0.11108121
Marked as misclassified No
Message-id <1287559187.64.0.23978641371.issue10151@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

the documentation of "globals()" is missing a note if you can update
the dictionary:

http://docs.python.org/library/functions.html?highlight=globals#globals

For "locals()" it is documented:
http://docs.python.org/library/functions.html?highlight=locals#locals
History
Date User Action Args
2010-10-20 07:19:47guettlisetrecipients: + guettli, docs@python
2010-10-20 07:19:47guettlisetmessageid: <1287559187.64.0.23978641371.issue10151@psf.upfronthosting.co.za>
2010-10-20 07:19:46guettlilinkissue10151 messages
2010-10-20 07:19:45guettlicreate