On Thu, Jul 9, 2020 at 10:29 AM Stestagg <stest...@gmail.com> wrote:

> The idea that there are future, unspecified changes to dicts() that may or
> may not be hampered by allowing indexing sounds like FUD to me, unless
> there are concrete references?
>

IIRC, first, dicts started preserving order as an implementation detail
(implementation borrowed from PyPy?). Then there was a discussion about
whether it should be declared that it was a feature that could be counted
on -- and it was decided that yes, it was.

So yes -- we can count on it, and so don't be worried about a future
re-implementation.

-CHB


-- 
Christopher Barker, PhD

Python Language Consulting
  - Teaching
  - Scientific Software Development
  - Desktop GUI and Web Development
  - wxPython, numpy, scipy, Cython
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/CV5QPQ3NKO73XHQJPX3CF3NVDXQZKM7O/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to