anatoly techtonik added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17546>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to