>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:
>> or boolean-value == True/False? Of course, other comparisons
>> apply too.
GvR> Now *that* is something to add, yes!
How's this:
- Don't compare boolean values to True or False using == (bool
types are new in Python 2.3).
-Barry