Message3321

Author pjenvey
Recipients ntelang, pjenvey
Date 2008-07-11.20:19:15
SpamBayes Score 0.00041809655
Marked as misclassified No
Message-id <1215807556.97.0.421293218585.issue1023@psf.upfronthosting.co.za>
In-reply-to
Content
applied to the asm branch in r4893. I also updated the string_tests to 
2.5 which should include the new rsplit tests from the stdlib

I fixed the patch to adhere to our coding standards (no tabs, fixed 
whitespace, camel case java vars)

I also removed the comment about having to use list reverse instead of a 
push because apparently CPython does the exact same thing (list.reverse) 
in this case

Thanks Nimish!
History
Date User Action Args
2008-07-11 20:19:17pjenveysetspambayes_score: 0.000418097 -> 0.00041809655
messageid: <1215807556.97.0.421293218585.issue1023@psf.upfronthosting.co.za>
2008-07-11 20:19:16pjenveysetspambayes_score: 0.000418097 -> 0.000418097
recipients: + pjenvey, ntelang
2008-07-11 20:19:16pjenveylinkissue1023 messages
2008-07-11 20:19:15pjenveycreate