Author Chipaca
Recipients Chipaca, akuchling, georg.brandl, nriley
Date 2008-01-19.16:54:19
SpamBayes Score 0.0084851
Marked as misclassified No
Message-id <1200761661.31.0.82646223787.issue976880@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch adds two things: an 'end' argument to find, and an
'rfind' method. This includes minimal tests for rfind, but as I actually
refactored find and rfind into a single method, tests covering find also
cover most of rfind :).  I added 'end' first because the refactoring
seemed more natural (symmetric?) after that. Also included are updated
docs, and NEWS.
History
Date User Action Args
2008-01-19 16:54:21Chipacasetspambayes_score: 0.0084851 -> 0.0084851
recipients: + Chipaca, akuchling, birkenfeld, nriley
2008-01-19 16:54:21Chipacasetspambayes_score: 0.0084851 -> 0.0084851
messageid: <1200761661.31.0.82646223787.issue976880@psf.upfronthosting.co.za>
2008-01-19 16:54:20Chipacalinkissue976880 messages
2008-01-19 16:54:20Chipacacreate