Message 288025 - Python tracker
Message288025
| Author | benhoyt |
|---|---|
| Recipients | benhoyt, lisroach, rhettinger |
| Date | 2017-02-17.17:18:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1487351904.32.0.262234966403.issue29549@psf.upfronthosting.co.za> |
| 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:24 | benhoyt | set | recipients: + benhoyt, rhettinger, lisroach |
| 2017-02-17 17:18:24 | benhoyt | set | messageid: <1487351904.32.0.262234966403.issue29549@psf.upfronthosting.co.za> |
| 2017-02-17 17:18:24 | benhoyt | link | issue29549 messages |
| 2017-02-17 17:18:24 | benhoyt | create | |