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 jkankiewicz
Recipients jafo, jkankiewicz, loewis, rickharris, sanxiyn, tarek
Date 2009-06-10.00:28:41
SpamBayes Score 3.5456446e-07
Marked as misclassified No
Message-id <1244593723.59.0.0405751327234.issue1254718@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated my patch to resemble the patch from issue1032 and also
because profiling showed that using str.__contains__ is more efficient
than using str.find.
History
Date User Action Args
2009-06-10 00:28:43jkankiewiczsetrecipients: + jkankiewicz, loewis, jafo, sanxiyn, rickharris, tarek
2009-06-10 00:28:43jkankiewiczsetmessageid: <1244593723.59.0.0405751327234.issue1254718@psf.upfronthosting.co.za>
2009-06-10 00:28:42jkankiewiczlinkissue1254718 messages
2009-06-10 00:28:41jkankiewiczcreate