New submission from Michael Shields <michael.shie...@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@python
components: Documentation
messages: 360642
nosy: Michael Shields, docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39446>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to