[issue36059] Update docs for OrderedDict to reflect that regular dicts are ordered

Raymond Hettinger report at bugs.python.org
Wed Feb 20 19:26:29 EST 2019


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

Am working on a PR for this now.  The goals are to clarify the distinction between OrderedDict and regular dict, to remove outdated examples that no longer are the best way to solve a problem, and to move, and to add examples where OrderedDict will continue to be relevant.

----------
assignee: rhettinger
components: Documentation
messages: 336163
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Update docs for OrderedDict to reflect that regular dicts are ordered
versions: Python 3.7, Python 3.8

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


More information about the Python-bugs-list mailing list