[issue29251] Class __dict__ is only a mapping proxy

Jim Fasarakis-Hilliard report at bugs.python.org
Mon Mar 27 17:19:01 EDT 2017


Jim Fasarakis-Hilliard added the comment:

Isn't the fact that it's read-only a CPython implementation detail? That is, shouldn't that just read: 

"gives a :term:`mapping` object representing the class's namespace"

so as to not enforce anything on any other implementations?

----------
nosy: +Jim Fasarakis-Hilliard

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29251>
_______________________________________


More information about the Python-bugs-list mailing list