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 loewis
Recipients arigo, belopolsky, christian.heimes, dalke, loewis, rhettinger, tds333
Date 2008-02-24.00:07:28
SpamBayes Score 0.36616328
Marked as misclassified No
Message-id <1203811649.25.0.223302335243.issue1367711@psf.upfronthosting.co.za>
In-reply-to
Content
It's intentional that dict doesn't dynamically bind any calls; to
properly replace the semantics of dict, you have to implement *all* API.
There might be lack of documentation of this aspect, however, that is a
separate issue from the one being discussed here.
History
Date User Action Args
2008-02-24 00:07:29loewissetspambayes_score: 0.366163 -> 0.36616328
recipients: + loewis, arigo, rhettinger, dalke, belopolsky, tds333, christian.heimes
2008-02-24 00:07:29loewissetspambayes_score: 0.366163 -> 0.366163
messageid: <1203811649.25.0.223302335243.issue1367711@psf.upfronthosting.co.za>
2008-02-24 00:07:28loewislinkissue1367711 messages
2008-02-24 00:07:28loewiscreate