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 <[email protected]>
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: <[email protected]>
2012-03-07 23:35:39ndparkerlinkissue14226 messages
2012-03-07 23:35:39ndparkercreate