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 rhettinger
Recipients docs@python, gsnedders, rhettinger
Date 2019-06-03.17:16:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559582182.77.0.155063201001.issue37145@roundup.psfhosted.org>
In-reply-to
Content
The _mapping attribute is a private implementation detail and should remain undocumented.  A user of mapping views creates that attribute via the __init__() method.

In contrast, _from_iterable is explicitly meant to be overridden because it is the only way to control object creation.

Thank you for the suggestion.
History
Date User Action Args
2019-06-03 17:16:22rhettingersetrecipients: + rhettinger, docs@python, gsnedders
2019-06-03 17:16:22rhettingersetmessageid: <1559582182.77.0.155063201001.issue37145@roundup.psfhosted.org>
2019-06-03 17:16:22rhettingerlinkissue37145 messages
2019-06-03 17:16:22rhettingercreate