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 r.david.murray
Recipients Eric Lafontaine, christian.heimes, docs@python, ezio.melotti, mark.dickinson, nparikh, r.david.murray, vstinner
Date 2017-02-08.12:08:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486555698.42.0.93138696432.issue16011@psf.upfronthosting.co.za>
In-reply-to
Content
You've got the right idea, but you are repeating yourself.  Keep it as short as possible while still conveying the correct information.  "coerce to boolean" is better than "apply bool", because the code may not in fact be using the bool function to do it.  Your "equivalent to" phrase would be OK as an alternative, but you only need to show the equivalence, no need to also explain it in words.
History
Date User Action Args
2017-02-08 12:08:18r.david.murraysetrecipients: + r.david.murray, mark.dickinson, vstinner, christian.heimes, ezio.melotti, docs@python, nparikh, Eric Lafontaine
2017-02-08 12:08:18r.david.murraysetmessageid: <1486555698.42.0.93138696432.issue16011@psf.upfronthosting.co.za>
2017-02-08 12:08:18r.david.murraylinkissue16011 messages
2017-02-08 12:08:18r.david.murraycreate