SIGN IN SIGN UP

- bool() called without arguments now returns False rather than

raising an exception.  This is consistent with calling the
  constructors for the other builtin types -- called without argument
  they all return the false value of that type.  (SF patch #724135)
  Thanks to Alex Martelli.
G
Guido van Rossum committed
aa86e35c524275e1f6cca91c1f8fcfc15e8d8b30
Parent: a268540