Feature or enhancement
Proposal:
'test'.find('e',end=3) # this currently just gives a "TypeError: str.find() takes no keyword arguments" same for the others
b'test2\x00garbage'.rfind(b'\0',start=4)
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Feature or enhancement
Proposal:
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response