<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 25, 2015 at 5:32 PM, Tim Peters <span dir="ltr"><<a href="mailto:tim.peters@gmail.com" target="_blank">tim.peters@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
> <a href="https://github.com/abalkin/cpython/commit/54d3596b0180512c68c91e8308665c0a9e61c9eb" rel="noreferrer" target="_blank">https://github.com/abalkin/cpython/commit/54d3596b0180512c68c91e8308665c0a9e61c9eb</a><br>
<br>
</span>Wondering whether this line:<br>
<br>
if probe2 != result + trans:<br>
<br>
could be replaced with:<br>
<br>
if probe2 == result:<br></blockquote><div><br></div><div>Yes, it can. Thanks for the suggestion. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I'm not sure what the first line is saying ;-) </blockquote><div><br></div><div>It says that probe2 and result are on the opposite sides of the transition, but your tests is simpler and easier to understand.</div></div><br><br></div></div>