[docs] [issue37670] Description of UserDict is misleading

Caleb Donovick report at bugs.python.org
Wed Jul 24 14:03:21 EDT 2019


New submission from Caleb Donovick <donovick at cs.stanford.edu>:

The documentation for collections.UserDict states "In addition to supporting the methods and operations of mappings, UserDict instances provide the following attribute:  ..."

This however is misleading as it supports the operations of mutable mappings. Which is not stated anywhere.

----------
assignee: docs at python
components: Documentation
messages: 348393
nosy: docs at python, donovick
priority: normal
severity: normal
status: open
title: Description of UserDict is misleading

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37670>
_______________________________________


More information about the docs mailing list