Irit Katriel <iritkatr...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue29251>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to