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.

Author iritkatriel
Recipients Jim Fasarakis-Hilliard, docs@python, iritkatriel, martin.panter
Date 2021-12-05.12:47:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638708425.89.0.0241103402877.issue29251@roundup.psfhosted.org>
In-reply-to
Content
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."
History
Date User Action Args
2021-12-05 12:47:05iritkatrielsetrecipients: + iritkatriel, docs@python, martin.panter, Jim Fasarakis-Hilliard
2021-12-05 12:47:05iritkatrielsetmessageid: <1638708425.89.0.0241103402877.issue29251@roundup.psfhosted.org>
2021-12-05 12:47:05iritkatriellinkissue29251 messages
2021-12-05 12:47:05iritkatrielcreate