<div dir="ltr"><div>OK, so collections.Ordered  would be a subclass of Iterable that adds no new methods but makes a
 promise about the author's intent.<br><br>But what kind of use could a program 
make of this? The only things I can think of would have to be combined 
with some other specific container type that isn't always ordered 
(Sequence is ordered, Set and Mapping aren't). I can think of plenty of 
situations where it would be useful to say "use an OrderedDict, 
otherwise X will happen", but I can't think of a case where I could say 
"use any container type you like as long as it is Ordered".<br><br></div>What was your use case? Do you have one? Or are you just interested in asking questions?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 5, 2014 at 3:07 PM, Ram Rachum <span dir="ltr"><<a href="mailto:ram@rachum.com" target="_blank">ram@rachum.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Yep, Ed said exactly what I meant.</p><div class="HOEnZb"><div class="h5">
<div class="gmail_quote">On Oct 6, 2014 1:05 AM, "Ed Kellett" <<a href="mailto:edk141@gmail.com" target="_blank">edk141@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think the definition of ordered here would be that the container's<br>
iteration order carries any meaning (compare: dicts and sets' having<br>
iteration order is an incidental effect of one thing having to be<br>
iterated out first, and one shouldn't depend on that order; lists and<br>
ordereddicts' having iteration order is deliberate).<br>
<br>
I don't think there's a mathematical definition possible - it's just a<br>
question of whether whoever wrote the class left the iteration order<br>
documented or unspecified.<br>
<br>
<br>
edk<br>
</blockquote></div>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)
</div>