On Wed, Nov 12, 2014 at 3:48 PM, Anton <anschat...@gmail.com> wrote:
> On Wednesday, November 12, 2014 2:42:19 PM UTC-8, Ian wrote:
>> On Wed, Nov 12, 2014 at 3:13 PM, Anton <an...@gmail.com> wrote:
>> > If the code is run optimized and asserts are ignore CONFUSED statement 
>> > would still not be handled and you will not know about it.
>> > I would do something like:
>>
>> There's no way to make the CONFUSED status be handled without actually
>> changing the code. The difference is that this version will not
>> incorrectly treat CONFUSED as WARNING; it just won't do anything at
>> all if the code is optimized.
>
> Right, but the goal is not to make the CONFUSED status be handled without 
> coding, but to be notified about an unknown status code and act accordingly.

Sure, which is why you and I have both suggested raising a RuntimeError instead.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to