[issue29251] [doc] Class __dict__ is only a mapping proxy

Irit Katriel report at bugs.python.org
Sun Dec 5 07:47:05 EST 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

The patch would still apply to Doc/library/functions.rst.


https://docs.python.org/3.10/reference/datamodel.html#the-standard-type-hierarchy  seems to have been changed quite a lot, but still has:

1. "Special read-only attribute: __dict__ is the module’s namespace as a dictionary object."


2. "__dict__
The dictionary containing the class’s namespace."

----------
keywords: +easy -patch
nosy: +iritkatriel
title: Class __dict__ is only a mapping proxy -> [doc] Class __dict__ is only a mapping proxy
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python 3.6, Python 3.7

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


More information about the Python-bugs-list mailing list