<div dir="ltr">Hi,<div><br></div><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 13, 2013 at 2:33 PM, Dan Smith <span dir="ltr">&lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">&gt; If you drop self._config.get_bool(&quot;autorpt&quot;), this reads:<br>
<br>
</div>I&#39;m not sure why dropping it has any relevance, but perhaps you&#39;re just<br>
saying it reads oddly?<br></blockquote><div><br></div><div style>Sorry, yes, I meant that &quot;new and changed&quot; reads oddly.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div class="im">&gt; +        is_changed = new != prev if was_filled else True<br>
&gt; +        if new and is_changed:<br>
<br>
</div>How about we change it to:<br>
<div class="im"><br>
  is_changed = new != prev if was_filled else True<br>
</div>  autorpt_enabled = self._config.get_bool(&quot;autorpt&quot;)<br>
<br>
  if new is not None and is_changed and autorpt_enabled:<br>
      ....<br></blockquote><div><br></div><div style>That looks good.  Understanding that new is actually new_value makes the whole argument moot.</div></div><div><br></div>-- <br><div><span style="color:rgb(102,102,102)">Sean Burford &lt;<a href="mailto:sburford@google.com" target="_blank">sburford@google.com</a>&gt;</span></div>


</div></div>