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 petri.lehtinen
Recipients docs@python, petri.lehtinen
Date 2011-07-23.18:22:39
SpamBayes Score 0.05835067
Marked as misclassified No
Message-id <1311445360.36.0.0968747476875.issue12621@psf.upfronthosting.co.za>
In-reply-to
Content
bytes.{find,rfind} reads s[start:end]; should be B[start:end]

bytearray.{find,rfind} reads s[start,end]; should be B[start:end]

{str,unicode}.{find,rfind} reads s{start:end]; should be S[start:end]
History
Date User Action Args
2011-07-23 18:22:40petri.lehtinensetrecipients: + petri.lehtinen, docs@python
2011-07-23 18:22:40petri.lehtinensetmessageid: <1311445360.36.0.0968747476875.issue12621@psf.upfronthosting.co.za>
2011-07-23 18:22:39petri.lehtinenlinkissue12621 messages
2011-07-23 18:22:39petri.lehtinencreate