[Python-ideas] Adding collections.abc.Ordered

Chris Angelico rosuav at gmail.com
Sat Dec 26 19:36:30 EST 2015


On Sun, Dec 27, 2015 at 11:34 AM, Wes Turner <wes.turner at gmail.com> wrote:
> * collections.abc.Ordered
> * collections.abc.Reversible
> * collections.abc.Infinite [...]
>
> * collections.abc.Sorted ?

-1. Can you imagine trying to explain to everyone what the difference
is between Ordered and Sorted? (My understanding is that Ordered has
an inherent order, and Sorted will maintain an externally-defined
order, but I might be wrong.)

ChrisA


More information about the Python-ideas mailing list