Is there a Python design decision (PEP) that precludes a sorted container from being added to Python?
(OrderedDict
is not a sorted container since it is ordered by insertion order.)
Is there a Python design decision (PEP) that precludes a sorted container from being added to Python?
(OrderedDict
is not a sorted container since it is ordered by insertion order.)