<br><br><div class="gmail_quote">On Thu, Mar 1, 2012 at 8:31 PM, Guido van Rossum <span dir="ltr"><<a href="mailto:guido@python.org">guido@python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Mar 1, 2012 at 6:31 PM, Mark Janssen <<a href="mailto:dreamingforward@gmail.com">dreamingforward@gmail.com</a>> wrote:<br>
</div><div class="im">> I just thought of something:  isn't the obvious solution is for doctest to<br>
> test the type of an expression's output and if it's in the set of unordered<br>
> types {set, dict} to run sort() on it?  Then the docstring author can just<br>
> put the (sorted) output of what's expected....<br>
<br>
</div>What if the output is a list of dicts?</blockquote><div><br></div><div>Right, thanks.  Although I suppose in theory one could go deep -- take the deepcopy code and instead of an exact copy replace any unordered types with their sorted copies.</div>
<div><br></div><div>mark. </div></div>