New submission from Geoffrey Sneddon <geoffers+pythonb...@gmail.com>:

The mixin methods on MappingView and its subclasses all rely on the 
undocumented MappingView._mapping (set in the undocumented 
MappingView.__init__).

This should probably be documented at least insofar as Set._from_iterable is.

----------
assignee: docs@python
components: Documentation
messages: 344447
nosy: docs@python, gsnedders
priority: normal
severity: normal
status: open
title: collections.abc.MappingView mixins rely on undocumented _mapping
type: behavior
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37145>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to