Files
cpython/Objects
Guido van Rossum 8f95067915 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.
2007-09-10 16:53:45 +00:00
..
2007-09-10 16:53:45 +00:00
2007-08-25 07:41:59 +00:00
2007-09-10 07:59:54 +00:00
2007-09-01 13:59:50 +00:00