Jeroen Ruigrok van der Werven <asmo...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1095821>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to