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 georg.brandl, ncoghlan, pmawhorter
Date 2009-11-16.17:19:36
SpamBayes Score 5.6091676e-06
Marked as misclassified No
Message-id <1258391978.67.0.324879794988.issue7286@psf.upfronthosting.co.za>
In-reply-to
Content
The docs already contain the following note:

   .. note::

      The default *locals* act as described for function :func:`locals`
below:
      modifications to the default *locals* dictionary should not be
attempted.
      Pass an explicit *locals* dictionary if you need to see effects of the
      code on *locals* after function :func:`exec` returns.
History
Date User Action Args
2009-11-16 17:19:38georg.brandlsetrecipients: + georg.brandl, ncoghlan, pmawhorter
2009-11-16 17:19:38georg.brandlsetmessageid: <1258391978.67.0.324879794988.issue7286@psf.upfronthosting.co.za>
2009-11-16 17:19:37georg.brandllinkissue7286 messages
2009-11-16 17:19:36georg.brandlcreate