Hi Kevin,
Quote:
Originally Posted by KevinH
So I will not integrate an ordered dict patch unless you can explain why it is truly needed. If it is only so you can diff things, then incorporate its use into a DEBUG setting to enable it only when DEBUG is true, otherwise use normal dictionaries.
|
It is needed only for testing, not for structures of unpacked contents. So, enabling ordered dictionary in DEBUG mode is enough.
Thanks,