<div dir="ltr">2008/10/16 John Arbash Meinel <span dir="ltr">&lt;<a href="mailto:john@arbash-meinel.com">john@arbash-meinel.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="Wj3C7c">&gt; Marius Kruger wrote:<br>
&gt; [...]<br>
&gt;&gt; I found code in server.py like:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;try:<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; except KeyboardInterrupt:<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; raise<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; except Exception, e:<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; trace.log_exception_quietly()<br>
&gt;&gt;<br>
&gt;&gt; will that be ok?<br>
&gt;&gt; is there any others we should ignore?<br>
<br>
</div></div>As we are only worried about what &quot;_format_version&quot; is going to raise, I<br>
would just trap ValueError, TypeError, and IndexError and let everything<br>
else pass through.</blockquote><div><br>done<br><br>I also made non-iteratable and string plugin versions work.<br>And added some more tests.<br>Hope its ok.<br><br>regards<br>marius<br><br></div></div><br>
</div>