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 Zahari.Dim, docs@python, martin.panter, r.david.murray, terry.reedy
Date 2013-11-30.05:31:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385789476.96.0.199953999245.issue19737@psf.upfronthosting.co.za>
In-reply-to
Content
How about swapping the two sentences for globals() then:

“Returns the dictionary of the module . . . This represents the symbol table . . .”

I thought the current locals() entry is fairly clear. It actually says _not_ to modify the dictionary!
History
Date User Action Args
2013-11-30 05:31:16martin.pantersetrecipients: + martin.panter, terry.reedy, r.david.murray, docs@python, Zahari.Dim
2013-11-30 05:31:16martin.pantersetmessageid: <1385789476.96.0.199953999245.issue19737@psf.upfronthosting.co.za>
2013-11-30 05:31:16martin.panterlinkissue19737 messages
2013-11-30 05:31:16martin.pantercreate