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 SilentGhost
Recipients SilentGhost, justanr
Date 2015-02-01.16:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422809235.49.0.320179865334.issue23372@psf.upfronthosting.co.za>
In-reply-to
Content
Correct me if I'm wrong but this seem as a very unlikely use case. Why would you need to ensure content of the defaultdict (i.e., why would you ever use its fromkeys method)? And, perhaps, having to implicitly assign default factory is not such a bad tradeoff, considering implementation overhead.
History
Date User Action Args
2015-02-01 16:47:15SilentGhostsetrecipients: + SilentGhost, justanr
2015-02-01 16:47:15SilentGhostsetmessageid: <1422809235.49.0.320179865334.issue23372@psf.upfronthosting.co.za>
2015-02-01 16:47:15SilentGhostlinkissue23372 messages
2015-02-01 16:47:15SilentGhostcreate