[issue1125] bytes.split shold have same interface as str.split, or different name

Guido van Rossum report at bugs.python.org
Sat Sep 8 02:35:22 CEST 2007


Guido van Rossum added the comment:

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).

----------
keywords: +patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1125>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bytes-split.diff
Type: text/x-patch
Size: 7604 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20070908/f414a118/attachment.bin 


More information about the Python-bugs-list mailing list