|
|
|
|
|
by lemagedurage
1404 days ago
|
|
Since Python 3.7 preservering insertion-order is part of the language specification. "the insertion-order preservation nature of dict objects has been declared to be an official part of the Python language spec." https://docs.python.org/3/whatsnew/3.7.html |
|