SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 226 Python

Bug # 1125 (my code).

Support bytes.split() and bytes.strip() -- these split/strip using ASCII
whitespace (tab, space, CR, LF, FF, VT) like their str counterparts.
Also for rsplit(), lstrip() and rstrip().
And change all these functions to accept arbitrary buffer-API-supporting
arguments.
With unit tests.
G
Guido van Rossum committed
8f95067915fc1cd74c8ef31fccc84796cd45fff3
Parent: 954c31b