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 JelleZijlstra
Recipients JelleZijlstra
Date 2022-02-12.19:10:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644693001.93.0.383788579819.issue46732@roundup.psfhosted.org>
In-reply-to
Content
>>> None.__bool__.__doc__
'self != 0'

This isn't true, since None does not equal 0. I suggest rewording it to "True if self else False".
History
Date User Action Args
2022-02-12 19:10:01JelleZijlstrasetrecipients: + JelleZijlstra
2022-02-12 19:10:01JelleZijlstrasetmessageid: <1644693001.93.0.383788579819.issue46732@roundup.psfhosted.org>
2022-02-12 19:10:01JelleZijlstralinkissue46732 messages
2022-02-12 19:10:01JelleZijlstracreate