This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients JelleZijlstra, terry.reedy
Date 2022-02-18.19:43:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645213437.02.0.189111632704.issue46732@roundup.psfhosted.org>
In-reply-to
Content
There is no object.__bool__.  None.__bool__.__doc__ appears to be an accidental copy of bool/int/float/complex.__bool__.__doc__.  It should just be 'False'.
History
Date User Action Args
2022-02-18 19:43:57terry.reedysetrecipients: + terry.reedy, JelleZijlstra
2022-02-18 19:43:57terry.reedysetmessageid: <1645213437.02.0.189111632704.issue46732@roundup.psfhosted.org>
2022-02-18 19:43:57terry.reedylinkissue46732 messages
2022-02-18 19:43:56terry.reedycreate