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 r.david.murray
Recipients barry, ethan.furman, mrabarnett, pitrou, r.david.murray, rhettinger, theller, tim.peters
Date 2013-09-09.14:59:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378738797.17.0.00965669844734.issue18986@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, email is not a good argument for this, since email could not use this data structure (its data structure is *not* a dict, but a list with dict-like features grafted on).

I do think this would be useful, and the generic version (analogous to defaultdict) would seem to make sense.
History
Date User Action Args
2013-09-09 14:59:57r.david.murraysetrecipients: + r.david.murray, tim.peters, barry, theller, rhettinger, pitrou, mrabarnett, ethan.furman
2013-09-09 14:59:57r.david.murraysetmessageid: <1378738797.17.0.00965669844734.issue18986@psf.upfronthosting.co.za>
2013-09-09 14:59:57r.david.murraylinkissue18986 messages
2013-09-09 14:59:57r.david.murraycreate