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 bar.harel
Recipients bar.harel, docs@python
Date 2020-01-09.00:06:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578528368.02.0.98072411611.issue39267@roundup.psfhosted.org>
In-reply-to
Content
Continuing bpo-39264, and according to the mailing list discussion at Python-Dev.
Fixing dict's __missing__ documentation. Clarify .get() does not call __missing__, and move __missing__ from the data model to dict's section as it's not a general object or ABC method but a dict-only implementation.
History
Date User Action Args
2020-01-09 00:06:08bar.harelsetrecipients: + bar.harel, docs@python
2020-01-09 00:06:08bar.harelsetmessageid: <1578528368.02.0.98072411611.issue39267@roundup.psfhosted.org>
2020-01-09 00:06:07bar.harellinkissue39267 messages
2020-01-09 00:06:07bar.harelcreate