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 jjposner
Recipients docs@python, jjposner
Date 2010-08-06.14:55:24
SpamBayes Score 7.463872e-05
Marked as misclassified No
Message-id <1281106528.37.0.0435364267174.issue9536@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for collections.defaultdict is confusing with respect to the __missing__ method. The fact is that a programmer using defaultdict does not need to know anything about __missing__.

The attached patch contains a rewrite of the entire section (but not the "defaultdict Examples" section, which is fine.
History
Date User Action Args
2010-08-06 14:55:28jjposnersetrecipients: + jjposner, docs@python
2010-08-06 14:55:28jjposnersetmessageid: <1281106528.37.0.0435364267174.issue9536@psf.upfronthosting.co.za>
2010-08-06 14:55:26jjposnerlinkissue9536 messages
2010-08-06 14:55:26jjposnercreate