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 ndparker
Recipients ndparker
Date 2012-03-07.23:35:39
SpamBayes Score 8.795179e-05
Marked as misclassified No
Message-id <1331163340.11.0.494916770875.issue14226@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed in the dev-thread about frozendicts, it would be helpful for providing advisory read-only-dicts, to just expose the dict_proxy type. I suppose, the collections module would be a good place (it just needs to provide the interface to the type, not the whole implementation).
History
Date User Action Args
2012-03-07 23:35:40ndparkersetrecipients: + ndparker
2012-03-07 23:35:40ndparkersetmessageid: <1331163340.11.0.494916770875.issue14226@psf.upfronthosting.co.za>
2012-03-07 23:35:39ndparkerlinkissue14226 messages
2012-03-07 23:35:39ndparkercreate