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 ChrisBarker
Recipients ChrisBarker, Jim.Jewett, docs@python
Date 2016-11-04.19:12:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478286747.38.0.731751607278.issue28612@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed:

the custom dict type would be nice for a recipe or blog post or...

but not for the docs.

I'll note that the other trick to this recipe is that you need to know to use lambda to make a "None factory" for defaultdict -- though maybe that's a ToDo for the defaultdict docs...
History
Date User Action Args
2016-11-04 19:12:27ChrisBarkersetrecipients: + ChrisBarker, docs@python, Jim.Jewett
2016-11-04 19:12:27ChrisBarkersetmessageid: <1478286747.38.0.731751607278.issue28612@psf.upfronthosting.co.za>
2016-11-04 19:12:27ChrisBarkerlinkissue28612 messages
2016-11-04 19:12:27ChrisBarkercreate