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 andyharrington
Recipients andyharrington, georg.brandl
Date 2008-08-16.21:22:23
SpamBayes Score 0.029756313
Marked as misclassified No
Message-id <1218921744.88.0.490515931091.issue3570@psf.upfronthosting.co.za>
In-reply-to
Content
When you enter help("".find)
you get
...
such that sub is contained within s[start,end]
...

s[start, end] makes no sense.  It should be s[start:end].
History
Date User Action Args
2008-08-16 21:22:24andyharringtonsetrecipients: + andyharrington, georg.brandl
2008-08-16 21:22:24andyharringtonsetmessageid: <1218921744.88.0.490515931091.issue3570@psf.upfronthosting.co.za>
2008-08-16 21:22:24andyharringtonlinkissue3570 messages
2008-08-16 21:22:23andyharringtoncreate