Dan Stromberg <drsali...@gmail.com> writes:

> BTW, what about:
>
> if value >= 3:
>    raise AssertionError('value must be >= 3')

That would be very confusing, since it would only appear when the value
is >= 3. Were you making some other point?

-- 
 \        “If this is your first visit to the USSR, you are welcome to |
  `\                                          it.” —hotel room, Moscow |
_o__)                                                                  |
Ben Finney

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to