candide <candide@free.invalid> writes: > Is the bool_equivalent() function really equivalent to the bool() > built-in function ?
The ‘bool’ built-in is not a function. >>> type(bool) <type 'type'> -- \ “Generally speaking, the errors in religion are dangerous; | `\ those in philosophy only ridiculous.” —David Hume, _A Treatise | _o__) of Human Nature_, 1739 | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list