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 lukasz.langa
Recipients holdenweb, lukasz.langa, michael.foord
Date 2010-11-25.17:00:47
SpamBayes Score 0.0001056262
Marked as misclassified No
Message-id <1290704449.7.0.95801510837.issue10533@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the constructor in defaultdict only accepts factories. It would be very handy to allow for concrete values as well. It's implementable either by checking if the argument is callable or by a new keyword argument.
History
Date User Action Args
2010-11-25 17:00:49lukasz.langasetrecipients: + lukasz.langa, holdenweb, michael.foord
2010-11-25 17:00:49lukasz.langasetmessageid: <1290704449.7.0.95801510837.issue10533@psf.upfronthosting.co.za>
2010-11-25 17:00:47lukasz.langalinkissue10533 messages
2010-11-25 17:00:47lukasz.langacreate