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 eric.smith
Recipients albert.neu, amaury.forgeotdarc, eric.smith
Date 2011-01-18.15:28:04
SpamBayes Score 0.042347804
Marked as misclassified No
Message-id <1295364486.52.0.182297938823.issue10930@psf.upfronthosting.co.za>
In-reply-to
Content
Or use a collections.defaultdict, which has a factory function as a constructor argument. It sort of depends on what you're trying to do.
History
Date User Action Args
2011-01-18 15:28:06eric.smithsetrecipients: + eric.smith, amaury.forgeotdarc, albert.neu
2011-01-18 15:28:06eric.smithsetmessageid: <1295364486.52.0.182297938823.issue10930@psf.upfronthosting.co.za>
2011-01-18 15:28:04eric.smithlinkissue10930 messages
2011-01-18 15:28:04eric.smithcreate