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 georg.brandl
Recipients Ted Lemon, docs@python, georg.brandl
Date 2015-08-20.05:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440049763.46.0.0421925165752.issue24898@psf.upfronthosting.co.za>
In-reply-to
Content
The "slice" clause is talking about the additional arguments. A clearer version could be 


Return the lowest index in the string where substring sub is found within the slice s[start:end].  Optional arguments start and end are interpreted as in slice notation. Return -1 if sub is not found.
History
Date User Action Args
2015-08-20 05:49:23georg.brandlsetrecipients: + georg.brandl, docs@python, Ted Lemon
2015-08-20 05:49:23georg.brandlsetmessageid: <1440049763.46.0.0421925165752.issue24898@psf.upfronthosting.co.za>
2015-08-20 05:49:23georg.brandllinkissue24898 messages
2015-08-20 05:49:23georg.brandlcreate