[New-bugs-announce] [issue39446] Documentation should reflect that all dicts are now ordered

Michael Shields report at bugs.python.org
Fri Jan 24 14:27:50 EST 2020


New submission from Michael Shields <michael.shields at freenome.com>:

As of Python 3.7, dicts always preserve insertion order. This is mentioned briefly in the release notes, but it would also be helpful to mention it in the language reference, and in the discussion of collections.OrderedDict.

----------
assignee: docs at python
components: Documentation
messages: 360642
nosy: Michael Shields, docs at python
priority: normal
severity: normal
status: open
title: Documentation should reflect that all dicts are now ordered
versions: Python 3.7, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list