| commit | 2d10fa9bc4cf83c5e5dd73decc9a138d6d247374 | [log] [tgz] |
|---|---|---|
| author | Joshua Bronson <jabronson@gmail.com> | Wed Jan 19 16:20:43 2022 -0500 |
| committer | GitHub <noreply@github.com> | Wed Jan 19 13:20:43 2022 -0800 |
| tree | 148ba434cfc430c93ca9cf60dc2853872369883c | |
| parent | d45cd2d20770f72a000ba6dfa9ac88dd49423c27 [diff] |
docs: correct outdated MappingProxyType docstrings (#30281) The docstrings for MappingProxyType's keys(), values(), and items() methods were never updated to reflect the changes that Python 3 brought to these APIs, namely returning views rather than lists.