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 alex
Recipients alex, eric.araujo, eric.smith, holdenweb, lukasz.langa, michael.foord, rhettinger
Date 2010-11-25.20:25:46
SpamBayes Score 0.0013057302
Marked as misclassified No
Message-id <1290716748.75.0.847616150911.issue10533@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Łukasz, it's more clutter than is worth for what amounts to: fallbackdict = lambda c, **kwargs: defaultdict(lambda c, **kwargs)

I will note, however, that almost all my use cases are with factories, primarily list set or int, and it was only this week that I first needed something else!
History
Date User Action Args
2010-11-25 20:25:48alexsetrecipients: + alex, rhettinger, holdenweb, eric.smith, eric.araujo, michael.foord, lukasz.langa
2010-11-25 20:25:48alexsetmessageid: <1290716748.75.0.847616150911.issue10533@psf.upfronthosting.co.za>
2010-11-25 20:25:46alexlinkissue10533 messages
2010-11-25 20:25:46alexcreate