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 benhoyt
Recipients benhoyt, lisroach, rhettinger
Date 2017-02-17.17:18:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Good call. Additionally, it's weird to me that the docstring for str.find() says "Return -1 on failure." because the string not being found is not a "failure". Like the docs (https://docs.python.org/3.5/library/stdtypes.html#str.find) say, the str.find() docstring should say "Return -1 if sub is not found."
History
Date User Action Args
2017-02-17 17:18:24benhoytsetrecipients: + benhoyt, rhettinger, lisroach
2017-02-17 17:18:24benhoytsetmessageid: <[email protected]>
2017-02-17 17:18:24benhoytlinkissue29549 messages
2017-02-17 17:18:24benhoytcreate