[docs] [issue33860] doc Avoid "ordered dictionary" references now that dictionaries are ordered

INADA Naoki report at bugs.python.org
Thu Jun 14 22:39:13 EDT 2018


INADA Naoki <songofacandy at gmail.com> added the comment:

> Please note that DictReader already mentions "OrderedDict" as a type it returns now.

OK, but PR-7535 changes enum too.

> but "dictionary" alone doesn't seem like a good weak name to me, as it's the common name of an actual type.

As I commented in #33863, "dictionary" is really common weak name defined in glossary.  dict ∈ dictionary

----------

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


More information about the docs mailing list