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 techtonik
Recipients eric.snow, techtonik
Date 2013-03-26.07:37:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364283436.11.0.578902529218.issue17546@psf.upfronthosting.co.za>
In-reply-to
Content
1. The documentation doesn't say that the content of this dict may change sporadically even if you don't call locals()

2. I am referring to inline documentation:

    >>> h = locals()
    >>> type(h)
    <class 'dict'>
    >>> help(h)
History
Date User Action Args
2013-03-26 07:37:16techtoniksetrecipients: + techtonik, eric.snow
2013-03-26 07:37:16techtoniksetmessageid: <1364283436.11.0.578902529218.issue17546@psf.upfronthosting.co.za>
2013-03-26 07:37:16techtoniklinkissue17546 messages
2013-03-26 07:37:15techtonikcreate