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 benjamin.peterson
Recipients benjamin.peterson, bvukov
Date 2009-07-12.17:03:00
SpamBayes Score 0.046451733
Marked as misclassified No
Message-id <1247418183.21.0.329276772424.issue6468@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this is intended. PyDict_GetItem already bypasses user __getitem__
methods, so it's logical it would do the same for __missing__.
History
Date User Action Args
2009-07-12 17:03:03benjamin.petersonsetrecipients: + benjamin.peterson, bvukov
2009-07-12 17:03:03benjamin.petersonsetmessageid: <1247418183.21.0.329276772424.issue6468@psf.upfronthosting.co.za>
2009-07-12 17:03:00benjamin.petersonlinkissue6468 messages
2009-07-12 17:03:00benjamin.petersoncreate