Hacker News new | ask | show | jobs
by wodenokoto 646 days ago
They can, but ordered dict can also become unordered in the future, should the steering committee decide.

But seriously: It’s no longer an implementation detail that dictionaries are ordered in Python. It’s a specification of how Python works.

1 comments

I missed that in the 3.7 release notes.