<div dir="ltr">2008/10/16 John Arbash Meinel <span dir="ltr"><<a href="mailto:john@arbash-meinel.com">john@arbash-meinel.com</a>></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">> Marius Kruger wrote:<br>
> [...]<br>
>> I found code in server.py like:<br>
>><br>
>> try:<br>
>> ...<br>
>> except KeyboardInterrupt:<br>
>> raise<br>
>> except Exception, e:<br>
>> trace.log_exception_quietly()<br>
>><br>
>> will that be ok?<br>
>> is there any others we should ignore?<br>
<br>
</div></div>As we are only worried about what "_format_version" 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>