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 r.david.murray
Recipients docs@python, jdan, r.david.murray
Date 2010-08-06.19:51:38
SpamBayes Score 4.0034982e-07
Marked as misclassified No
Message-id <1281124300.42.0.250406093239.issue9515@psf.upfronthosting.co.za>
In-reply-to
Content
No, the docs are correct as they stand.  They say that without an argument it acts like locals(), and there is even a special note saying you shouldn't modify the returned dictionary because what happens when you do is undefined.  It just so happens that when locals==globals, what you show works, but it is not guaranteed to work even in CPython, and is reasonably likely to not work in other Python interpreters.
History
Date User Action Args
2010-08-06 19:51:40r.david.murraysetrecipients: + r.david.murray, docs@python, jdan
2010-08-06 19:51:40r.david.murraysetmessageid: <1281124300.42.0.250406093239.issue9515@psf.upfronthosting.co.za>
2010-08-06 19:51:38r.david.murraylinkissue9515 messages
2010-08-06 19:51:38r.david.murraycreate