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 pitrou
Recipients barry, eli.bendersky, eric.smith, ethan.furman, mrabarnett, pitrou, r.david.murray, rhettinger, serhiy.storchaka, theller, tim.peters, vstinner
Date 2013-09-09.21:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378761369.2502.16.camel@fsol>
In-reply-to <1378761173.88.0.44551959003.issue18986@psf.upfronthosting.co.za>
Content
> Proposed names: custom_dict, KeyedDictionary, Dictionary.

Sounds much too vague and un-specific.

> It will be confused if this dict will not be compatible with PyDict
> API.

Why? Many custom dict-like classes aren't.

> It is possible to add such feature directly into the dict class (I
> experimented with IdentityDict).

Can you explain how?
History
Date User Action Args
2013-09-09 21:16:12pitrousetrecipients: + pitrou, tim.peters, barry, theller, rhettinger, vstinner, eric.smith, mrabarnett, r.david.murray, eli.bendersky, ethan.furman, serhiy.storchaka
2013-09-09 21:16:12pitroulinkissue18986 messages
2013-09-09 21:16:12pitroucreate