bruno at modulix <[EMAIL PROTECTED]> writes: > What's wrong with: > > assert foo and bar and i > 10, \ > "if foo and bar i must not be greater than 10"
It doesn't necessarily do anything. With optimization enable, assert is a no-op. -- http://mail.python.org/mailman/listinfo/python-list