]> 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:19 +0000 (18:38 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 10 Dec 2014 23:38:19 +0000 (18:38 -0500)
commitb67f6e27e11264876e185cacd8ebabbf41c27fb0
tree81a68598278f8028899a53e97f2012ab528c3735
parent60599525c509a962e8fb5897240d42a56c092961
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.
Doc/library/stdtypes.rst
Doc/reference/datamodel.rst
Misc/NEWS