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 steven.daprano
Recipients andyye, docs@python, steven.daprano
Date 2020-12-29.03:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609212959.0.0.828573022969.issue42776@roundup.psfhosted.org>
In-reply-to
Content
# True
data.find('a', 0)

That will return 0, not True.


# False
data.find('a', start=0)


And that will raise TypeError, not return False.


What exactly are you reporting here? I have read your bug report, and looked at the screen shot, and I have no idea what problem you think you have found or what you want to change about the documentation.
History
Date User Action Args
2020-12-29 03:35:59steven.dapranosetrecipients: + steven.daprano, docs@python, andyye
2020-12-29 03:35:59steven.dapranosetmessageid: <1609212959.0.0.828573022969.issue42776@roundup.psfhosted.org>
2020-12-29 03:35:58steven.dapranolinkissue42776 messages
2020-12-29 03:35:58steven.dapranocreate