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 georg.brandl
Recipients docs@python, georg.brandl, guettli
Date 2010-10-20.09:20:06
SpamBayes Score 0.00010947778
Marked as misclassified No
Message-id <1287566409.4.0.999948366043.issue10151@psf.upfronthosting.co.za>
In-reply-to
Content
It is documented, however, that globals() returns the dictionary of a module, which can be modified.  For locals(), the situation is quite more complicated, which is why the warning there is warranted.
History
Date User Action Args
2010-10-20 09:20:09georg.brandlsetrecipients: + georg.brandl, guettli, docs@python
2010-10-20 09:20:09georg.brandlsetmessageid: <1287566409.4.0.999948366043.issue10151@psf.upfronthosting.co.za>
2010-10-20 09:20:07georg.brandllinkissue10151 messages
2010-10-20 09:20:06georg.brandlcreate