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 docs@python, martin.panter, rhettinger, steven.daprano, thatiparthy
Date 2018-01-02.19:37:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514921833.74.0.467229070634.issue32413@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW a few years ago I wrote a patch for Issue 17546 that documents three personalities of “locals”, including:

* At the module level, the dictionary returned is the global symbol table, also returned by :func:`globals`.
History
Date User Action Args
2018-01-02 19:37:13martin.pantersetrecipients: + martin.panter, rhettinger, steven.daprano, docs@python, thatiparthy
2018-01-02 19:37:13martin.pantersetmessageid: <1514921833.74.0.467229070634.issue32413@psf.upfronthosting.co.za>
2018-01-02 19:37:13martin.panterlinkissue32413 messages
2018-01-02 19:37:13martin.pantercreate