Message3151

Author pjenvey
Recipients pjenvey
Date 2008-04-13.06:57:51
SpamBayes Score 0.01626983
Marked as misclassified No
Message-id <1208069872.71.0.617494596008.issue1023@psf.upfronthosting.co.za>
In-reply-to
Content
str.rsplit was added in 2.4. This should be a pretty straightforward 
job, basically copy the existing split methods (there's two, one for a 
split char and one for whitespace) but start from the end.

With this and partition/rpartition str will be up to speed for 2.5, and 
there's already a patch for those 2: #1797751
History
Date User Action Args
2008-04-13 06:57:52pjenveysetspambayes_score: 0.0162698 -> 0.01626983
recipients: + pjenvey
2008-04-13 06:57:52pjenveysetspambayes_score: 0.0162698 -> 0.0162698
messageid: <1208069872.71.0.617494596008.issue1023@psf.upfronthosting.co.za>
2008-04-13 06:57:52pjenveylinkissue1023 messages
2008-04-13 06:57:51pjenveycreate