<div class="gmail_quote">
<div>The default factory that collections.defaultdict takes cannot use key. Is there a way to have the default factory take the key into consideration? For example</div>
<div>&nbsp;</div>
<div>d = collections.defaultdict(lambda title: BookShelf(title))</div>
<div>&nbsp;</div>
<div>If not, I propose that it be added.</div>
<div>&nbsp;</div></div>