[issue23006] Improve the doc and indexing of adict.__missing__.

2014-12-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I made a couple more minor revisions to the 3.4 stdtypes text and copied the revised paragraph, with the code example, to 2.7 -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python

[issue23006] Improve the doc and indexing of adict.__missing__.

2014-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0fe3fb886c38 by Terry Jan Reedy in branch '2.7': Issue #23006: Improve the documentation and indexing of dict.__missing__. https://hg.python.org/cpython/rev/0fe3fb886c38 New changeset 31875b244bdf by Terry Jan Reedy in branch '3.4': Issue #23006: Im

[issue23006] Improve the doc and indexing of adict.__missing__.

2014-12-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: These edits look reasonable, useful and correct. -- nosy: +rhettinger ___ Python tracker ___ ___

[issue23006] Improve the doc and indexing of adict.__missing__.

2014-12-07 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue23006] Improve the doc and indexing of adict.__missing__.

2014-12-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +patch Added file: http://bugs.python.org/file37383/__missing__.diff ___ Python tracker ___ _

[issue23006] Improve the doc and indexing of adict.__missing__.

2014-12-07 Thread Terry J. Reedy
New submission from Terry J. Reedy: Currently, the only index entry for __missing__ is "__missing__() (collections.defaultdict method)". This entry should probably not exist -- see #9536, which inspired this issue. The method is not mentioned in the special-methods doc, and the explanation