[New-bugs-announce] [issue39267] Fix dict's __missing__ documentation
Bar Harel
report at bugs.python.org
Wed Jan 8 19:06:08 EST 2020
New submission from Bar Harel <bzvi7919 at gmail.com>:
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.
----------
assignee: docs at python
components: Documentation
messages: 359639
nosy: bar.harel, docs at python
priority: normal
severity: normal
status: open
title: Fix dict's __missing__ documentation
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39267>
_______________________________________
More information about the New-bugs-announce
mailing list