<p dir="ltr">Correct.</p>
<div class="gmail_quote">On Nov 21, 2013 10:15 AM, "Daniel Holth" <<a href="mailto:dholth@gmail.com">dholth@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">
+1 on unsorted repr(). It makes it obvious that the collection is not sorted.<br>
<br>
On Thu, Nov 21, 2013 at 1:10 PM, Christian Heimes <<a href="mailto:christian@python.org">christian@python.org</a>> wrote:<br>
> Am 21.11.2013 18:57, schrieb Tim Peters:<br>
>> Best to change the failing tests.  For example, _they_ can sort the<br>
>> dict keys if they rely on a fixed order.  Sorting in general is a<br>
>> dubious idea because it can be a major expense with no real benefit<br>
>> for most uses.<br>
><br>
> I don't consider repr() as a performance critical function. It's mostly<br>
> used for debugging.<br>
><br>
> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
> Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/dholth%40gmail.com" target="_blank">https://mail.python.org/mailman/options/python-dev/dholth%40gmail.com</a><br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/guido%40python.org" target="_blank">https://mail.python.org/mailman/options/python-dev/guido%40python.org</a><br>
</blockquote></div>