In message <[email protected]>, Philip Semanchuk wrote:
> Does Python make any guarantee that int(True) == 1 and int(False) == 0 > will always hold, or are their values an implementation detail? There has never been a rationally-designed language where this was merely “an implementation detail”. -- http://mail.python.org/mailman/listinfo/python-list
