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 terry.reedy
Recipients Zahari.Dim, docs@python, martin.panter, r.david.murray, terry.reedy
Date 2015-05-17.22:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431900796.89.0.44838982821.issue19737@psf.upfronthosting.co.za>
In-reply-to
Content
My succinct version:

Return the dictionary implementing the current module namespace. For code within functions, this is set when the function is defined and remains the same regardless of where a function is called.
History
Date User Action Args
2015-05-17 22:13:16terry.reedysetrecipients: + terry.reedy, r.david.murray, docs@python, martin.panter, Zahari.Dim
2015-05-17 22:13:16terry.reedysetmessageid: <1431900796.89.0.44838982821.issue19737@psf.upfronthosting.co.za>
2015-05-17 22:13:16terry.reedylinkissue19737 messages
2015-05-17 22:13:16terry.reedycreate