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 kgashok
Recipients docs@python, kgashok
Date 2017-09-18.08:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505723085.14.0.627647855797.issue31504@psf.upfronthosting.co.za>
In-reply-to
Content
string.find() also exhibits the same behaviour.

"abcde".find("") -> 5 which also is not documented anywhere.
History
Date User Action Args
2017-09-18 08:24:45kgashoksetrecipients: + kgashok, docs@python
2017-09-18 08:24:45kgashoksetmessageid: <1505723085.14.0.627647855797.issue31504@psf.upfronthosting.co.za>
2017-09-18 08:24:45kgashoklinkissue31504 messages
2017-09-18 08:24:45kgashokcreate