commit | f0f09b947002bda07a23a35dfa2f00dc29e3cdd7 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed Dec 10 18:38:07 2014 -0500 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Wed Dec 10 18:38:07 2014 -0500 |
tree | f4d68049d1a6fcf4e71a5b0fe3ffff650a4b6067 | |
parent | e6b42438fa53f7bcadc12bdcfa491b99f280f115 [diff] |
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.