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 mark.dickinson
Recipients docs@python, joern, mark.dickinson
Date 2012-01-27.12:18:28
SpamBayes Score 1.679886e-06
Marked as misclassified No
Message-id <1327666709.51.0.257074064544.issue13887@psf.upfronthosting.co.za>
In-reply-to
Content
It's certainly intentional behaviour:  all the defaultdict does is provide a __missing__ method.  And as explained in

http://docs.python.org/library/stdtypes.html#mapping-types-dict

"No other operations or methods invoke __missing__()."

So it looks to me as though this issue should be either a doc issue, or a feature request for 3.3.  Reclassifying as a doc issue.
History
Date User Action Args
2012-01-27 12:18:29mark.dickinsonsetrecipients: + mark.dickinson, docs@python, joern
2012-01-27 12:18:29mark.dickinsonsetmessageid: <1327666709.51.0.257074064544.issue13887@psf.upfronthosting.co.za>
2012-01-27 12:18:28mark.dickinsonlinkissue13887 messages
2012-01-27 12:18:28mark.dickinsoncreate