Commit c42512df authored by Ezio Melotti's avatar Ezio Melotti

#13494: merge with 3.2.

parents a9a2ddf7 c1f26f6f
...@@ -2772,9 +2772,9 @@ Boolean values are the two constant objects ``False`` and ``True``. They are ...@@ -2772,9 +2772,9 @@ Boolean values are the two constant objects ``False`` and ``True``. They are
used to represent truth values (although other values can also be considered used to represent truth values (although other values can also be considered
false or true). In numeric contexts (for example when used as the argument to false or true). In numeric contexts (for example when used as the argument to
an arithmetic operator), they behave like the integers 0 and 1, respectively. an arithmetic operator), they behave like the integers 0 and 1, respectively.
The built-in function :func:`bool` can be used to cast any value to a Boolean, The built-in function :func:`bool` can be used to convert any value to a
if the value can be interpreted as a truth value (see section Truth Value Boolean, if the value can be interpreted as a truth value (see section
Testing above). :ref:`truth` above).
.. index:: .. index::
single: False single: False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment