diff options
author | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-05-28 18:17:14 +0300 |
---|---|---|
committer | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-05-28 18:17:49 +0300 |
commit | 17938fd54727901688d464f4f92fb8db68cc17b5 (patch) | |
tree | b0cfcd547c8a1548739cd85bf273f09983c965b8 /doc/classes | |
parent | bfac9b35385eddd3e3034674ae3fbd309ee64843 (diff) |
SCons: use `OrderedDict` to ensure insertion order of modules
The insertion order for dictionaries is only a language feature for
Python 3.6/3.7+ implementations, and not prior to that.
This ensures that the engine won't be rebuilt if the order of detected
modules changes in any way, as the `OrderedDict` should guarantee
inerstion order.
Diffstat (limited to 'doc/classes')
0 files changed, 0 insertions, 0 deletions