This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients docs@python, ethan.furman, python-dev, rhettinger, terry.reedy
Date 2014-12-10.23:50:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141210235048.54572.86169@psf.io>
In-reply-to
Content
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: Improve the documentation and indexing of dict.__missing__.
https://hg.python.org/cpython/rev/31875b244bdf

New changeset 41b172fd4479 by Terry Jan Reedy in branch '3.4':
Issue #23006 whitespace
https://hg.python.org/cpython/rev/41b172fd4479
History
Date User Action Args
2014-12-10 23:50:57python-devsetrecipients: + python-dev, rhettinger, terry.reedy, docs@python, ethan.furman
2014-12-10 23:50:57python-devlinkissue23006 messages
2014-12-10 23:50:57python-devcreate