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 asmodai
Recipients asmodai, cjwhrh, greg_ball
Date 2009-04-25.12:20:48
SpamBayes Score 6.776532e-05
Marked as misclassified No
Message-id <1240662050.39.0.943295201271.issue1095821@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-04-25 12:20:50asmodaisetrecipients: + asmodai, greg_ball, cjwhrh
2009-04-25 12:20:50asmodaisetmessageid: <1240662050.39.0.943295201271.issue1095821@psf.upfronthosting.co.za>
2009-04-25 12:20:49asmodailinkissue1095821 messages
2009-04-25 12:20:48asmodaicreate