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 serhiy.storchaka
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:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378761173.88.0.44551959003.issue18986@psf.upfronthosting.co.za>
In-reply-to
Content
See also discussion on a topic: http://comments.gmane.org/gmane.comp.python.ideas/18469 .

Proposed names: custom_dict, KeyedDictionary, Dictionary.

It will be confused if this dict will not be compatible with PyDict API. It is possible to add such feature directly into the dict class (I experimented with IdentityDict).
History
Date User Action Args
2013-09-09 21:12:53serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, barry, theller, rhettinger, pitrou, vstinner, eric.smith, mrabarnett, r.david.murray, eli.bendersky, ethan.furman
2013-09-09 21:12:53serhiy.storchakasetmessageid: <1378761173.88.0.44551959003.issue18986@psf.upfronthosting.co.za>
2013-09-09 21:12:53serhiy.storchakalinkissue18986 messages
2013-09-09 21:12:53serhiy.storchakacreate