[issue39267] Fix dict's __missing__ documentation
New submission from Bar Harel <bzvi7919@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@python components: Documentation messages: 359639 nosy: bar.harel, docs@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@bugs.python.org> <https://bugs.python.org/issue39267> _______________________________________
Change by Bar Harel <bzvi7919@gmail.com>: ---------- keywords: +patch pull_requests: +17322 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17911 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39267> _______________________________________
participants (1)
-
Bar Harel