Amaury Forgeot d'Arc added the comment:

The previous title, "rename type returned by locals() to livedict" did not 
describe the reality, since locals() returns a regular dict.
[Would you call x.__dict__ a livedict?]

So either this issue should be closed as invalid, because it's based on 
incorrect understandings of Python internals; or we could improve documentation 
about locals() in order to remove surprising behavior and (real) confusion in 
programmers' minds.

----------
nosy: +amaury.forgeotdarc

_______________________________________
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