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

Andrés Delfino report at bugs.python.org
Thu Jun 14 11:25:56 EDT 2018


New submission from Andrés Delfino <adelfino at gmail.com>:

IMHO, using "ordered dictionaries" references is somewhat confusing now that dictionaries preserve insertion order.

PR changes this references to "OrderedDict object".

----------
assignee: docs at python
components: Documentation
messages: 319523
nosy: adelfino, docs at python
priority: normal
pull_requests: 7308
severity: normal
status: open
title: doc Avoid "ordered dictionary" references now that dictionaries are ordered
type: enhancement
versions: Python 3.7, Python 3.8

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


More information about the docs mailing list