[issue1095821] The doc for DictProxy is missing

Jeroen Ruigrok van der Werven report at bugs.python.org
Sat Apr 25 14:20:50 CEST 2009


Jeroen Ruigrok van der Werven <asmodai at in-nomine.org> added the comment:

Currently in trunk the types implementation only defines:

DictProxyType = type(TypeType.__dict__)

This is also documented in library/types.rst as:

types.DictProxyType
    The type of dict proxies, such as TypeType.__dict__.

It's the only definition that I could find that comes close to DictProxy.
Does this address the issue?

----------
nosy: +asmodai

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


More information about the Python-bugs-list mailing list