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

2022-03-08 Thread Irit Katriel
Irit Katriel added the comment: Thank you Stanley, I agree that this is no longer needed. -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker

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

2022-02-26 Thread Stanley
Stanley added the comment: >From what I can see, the original patch changed ... and the *dict* dictionary is the namespace containing definitions for class body and is copied to a standard dictionary to become the __dict__ attribute into this ... and the *dict* dictionary is copied to the

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

2021-12-05 Thread Irit Katriel
Irit Katriel 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