<div dir="ltr">Yep, this is what I meant. </div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 7, 2014 at 11:28 PM,  <span dir="ltr"><<a href="mailto:random832@fastmail.us" target="_blank">random832@fastmail.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Oct 7, 2014, at 16:20, Guido van Rossum wrote:<br>
> But your use case (as I understand it) requires that the iteration order<br>
> is<br>
> the same as the canonical order that your app defines.<br>
<br>
</span>No, that is the condition he is testing for.<br>
<br>
i.e. (pseudo-code, and probably not the order in which these tests would<br>
normally take place)<br>
<br>
if the elements of object A are a subset those of list B:<br>
    if object A has a meaningful order:<br>
        if the order of object A's elements is the same as that of list<br>
        B:<br>
            return True<br>
        else:<br>
            return False<br>
    else:<br>
        return True<br>
else:<br>
    return False<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/codeofconduct/</a><br>
</div></div></blockquote></div><br></div>