|
|
|
|
|
by yurlungur
2327 days ago
|
|
Yeah I think this is probably my main issue. I don't think it's reasonable to ask users of your code to always use 3.7+ instead of 3.6 if they are usually expected to be compatible. And it's also unnecessary to break such compatibility for something like preferring dict over OrderedDict anyways. At least I would try to avoid any such issues by still using OrderedDict. That said, I have no idea about the internals of dict. I assume no performance was sacrificed for this change. |
|