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

2019-02-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 300605990dc7441b19ab3fe7ea683094306d5ecd by Raymond Hettinger (Miss Islington (bot)) in branch '3.7': bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now ordered (GH-11966) (GH-#11972)

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

2019-02-21 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

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

2019-02-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +11997 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2019-02-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 49fd6dd887df6ea18dbb1a3c0f599239ccd1cb42 by Raymond Hettinger in branch 'master': bpo-36059: Update OrderedDict() docs to reflect that regular dicts are now ordered (GH-11966)

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

2019-02-20 Thread Raymond Hettinger
Change by Raymond Hettinger : -- nosy: +inada.naoki ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2019-02-20 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +11992 stage: -> patch review ___ Python tracker ___ ___

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

2019-02-20 Thread Raymond Hettinger
New submission from Raymond Hettinger : 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