Message 185260 - Python tracker

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.

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)