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 mark.dickinson
Recipients docs@python, mark.dickinson
Date 2011-11-28.14:01:08
SpamBayes Score 0.020198938
Marked as misclassified No
Message-id <1322488868.96.0.430179402239.issue13494@psf.upfronthosting.co.za>
In-reply-to
Content
Docs nit:  at http://docs.python.org/dev/library/stdtypes.html#boolean-values we have

"""
The built-in function bool() can be used to cast any value to a Boolean ...
"""

It's a little unusual to talk about casting in Python.  Any objections to replacing 'cast' with 'convert'?
History
Date User Action Args
2011-11-28 14:01:09mark.dickinsonsetrecipients: + mark.dickinson, docs@python
2011-11-28 14:01:08mark.dickinsonsetmessageid: <1322488868.96.0.430179402239.issue13494@psf.upfronthosting.co.za>
2011-11-28 14:01:08mark.dickinsonlinkissue13494 messages
2011-11-28 14:01:08mark.dickinsoncreate