]> granicus.if.org Git - python/commit
Issue #23006: Improve the documentation and indexing of dict.__missing__.
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 10 Dec 2014 23:38:07 +0000 (18:38 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 10 Dec 2014 23:38:07 +0000 (18:38 -0500)
commitf0f09b947002bda07a23a35dfa2f00dc29e3cdd7
treef4d68049d1a6fcf4e71a5b0fe3ffff650a4b6067
parente6b42438fa53f7bcadc12bdcfa491b99f280f115
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Add an entry in the language datamodel special methods section.
Revise and index its discussion in the stdtypes mapping/dict section.
Backport the code example from 3.4.
Doc/library/stdtypes.rst
Doc/reference/datamodel.rst
Misc/NEWS