Message288025
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." |
|
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 | |
|