|
|
|
|
|
by coldtea
2697 days ago
|
|
Dictionaries should not be assumed to keep their orderings anyway. That's why there's OrderredDict. Unless the language explicitly says that dicts hold their order, even if they do, it's an implementation detail, and it should not be relied upon. |
|