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 gvanrossum
Recipients doerwalter, georg.brandl, gvanrossum, nirs
Date 2007-09-08.00:35:21
SpamBayes Score 0.036004107
Marked as misclassified No
Message-id <1189211722.24.0.0597929647182.issue1125@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that fixes bytes.split and .rsplit.  I'll hold off for a
while in case there's strong disagreement.  I might add a patch for
bytes.strip later (it's simpler).
Files
File name Uploaded
bytes-split.diff gvanrossum, 2007-09-08.00:35:22
History
Date User Action Args
2007-09-08 00:35:22gvanrossumsetspambayes_score: 0.0360041 -> 0.036004107
recipients: + gvanrossum, doerwalter, georg.brandl, nirs
2007-09-08 00:35:22gvanrossumsetspambayes_score: 0.0360041 -> 0.0360041
messageid: <1189211722.24.0.0597929647182.issue1125@psf.upfronthosting.co.za>
2007-09-08 00:35:22gvanrossumlinkissue1125 messages
2007-09-08 00:35:22gvanrossumcreate