<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://reviewboard-tflink.rhcloud.com/r/36/">http://reviewboard-tflink.rhcloud.com/r/36/</a>
     </td>
    </tr>
   </table>
   <br />










<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On August 2nd, 2013, 2:58 p.m. UTC, <b>Tim Flink</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="http://reviewboard-tflink.rhcloud.com/r/36/diff/2/?file=525#file525line40" style="color: black; font-weight: bold; text-decoration: underline;">blockerbugs/util/update_sync.py</a>
    <span style="font-weight: normal;">

     (Diff revision 2)

    </span>
   </th>
  </tr>
 </thead>



 
 

 <tbody>

  <tr>
    <th bgcolor="#e9eaa8" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">37</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">        <span class="k">if</span><span class="hl"> </span><span class="ow"><span class="hl">not</span></span> <span class="n">bodhi_interface</span><span class="p">:</span></pre></td>
    <th bgcolor="#e9eaa8" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">37</font></th>
    <td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">        <span class="k">if</span> <span class="n">bodhi_interface</span><span class="p">:</span></pre></td>
  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I don&#39;t understand the reason for this change - it seems purely stylistic</pre>
 </blockquote>





</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">yes, it&#39;s stylistic only changes.
As for me 
`if cond:
   ...
else
   ...` 
Is more explicit than:
`if not cond:
    ...
else 
   ...
`</pre>
<br />

<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On August 2nd, 2013, 2:58 p.m. UTC, <b>Tim Flink</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="http://reviewboard-tflink.rhcloud.com/r/36/diff/2/?file=528#file528line49" style="color: black; font-weight: bold; text-decoration: underline;">testing/testfunc_update_sync.py</a>
    <span style="font-weight: normal;">

     (Diff revision 2)

    </span>
   </th>
  </tr>
 </thead>



 
 

 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2"></font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
    <th bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">47</font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span class="n">update1_for_bug_3000</span> <span class="o">=</span> <span class="n">Bunch</span><span class="p">(</span></pre></td>
  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I don&#39;t understand why all this update data is being defined statically - couldn&#39;t you get the same effect by generating almost identical updates and just changing the bits that you need to change?</pre>
 </blockquote>





</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Indeed, I can extract a common part.</pre>
<br />




<p>- Ilgiz</p>


<br />
<p>On July 19th, 2013, 7:05 p.m. UTC, Ilgiz Islamgulov wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://reviewboard-tflink.rhcloud.com/static/rb/images/review_request_box_top_bg.ab6f3b1072c9.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for blockerbugs.</div>
<div>By Ilgiz Islamgulov.</div>


<p style="color: grey;"><i>Updated July 19, 2013, 7:05 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
blockerbugs
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Add partial updates sync.
Display proposed/accepted fe/blocker bugs list associated with update on update list web page.
</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Wrote test suites.
I&#39;ve tested on my develop instance.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>testing/testfunc_update_sync.py <span style="color: grey">(69f6bf8a459c71a9325cd633e7e33ce29354d7cd)</span></li>

 <li>testing/test_updatesync_extract_information.py <span style="color: grey">(1fc701ef79a74e27cf8223b56a04d63025b6509f)</span></li>

 <li>testing/test_controllers.py <span style="color: grey">(f351832ad4350fcff3d67c0137ff62892639e908)</span></li>

 <li>blockerbugs/util/update_sync.py <span style="color: grey">(d664839ec1c5979dce980e7baad58154f4622e11)</span></li>

 <li>blockerbugs/util/bug_sync.py <span style="color: grey">(49cce49740cd6f5b1f430f58c8d1b522e1f0b7e3)</span></li>

 <li>blockerbugs/templates/update_list.html <span style="color: grey">(a83dd9a422e51ea58e04ae58acd8fefe6eb1f79f)</span></li>

 <li>blockerbugs/models/update.py <span style="color: grey">(2ee3ca7ee62bd55bbd71555c13fecfab504c4f07)</span></li>

 <li>blockerbugs/controllers/main.py <span style="color: grey">(4f23e35558ac3f8ed2ccc5d897b2219e449e7277)</span></li>

 <li>blockerbugs/cli.py <span style="color: grey">(694736d098b6285c53db91f91350360d478c4229)</span></li>

</ul>

<p><a href="http://reviewboard-tflink.rhcloud.com/r/36/diff/" style="margin-left: 3em;">View Diff</a></p>







  </td>
 </tr>
</table>








  </div>
 </body>
</html>