Files
cpython/Lib
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-08-22 21:45:02 +00:00
2007-09-10 16:53:45 +00:00
2007-08-30 01:19:48 +00:00
2007-08-30 01:19:48 +00:00
2007-08-30 01:19:48 +00:00
2007-08-30 01:19:48 +00:00
2007-07-20 00:30:38 +00:00
2007-08-30 01:19:48 +00:00
2007-08-30 01:19:48 +00:00
2007-08-30 01:19:48 +00:00
2007-09-07 02:12:14 +00:00
2007-08-27 23:18:54 +00:00
2007-08-16 14:35:24 +00:00
2007-08-12 00:43:29 +00:00
2007-08-30 01:19:48 +00:00
2007-08-30 01:19:48 +00:00
2007-08-27 23:58:21 +00:00
2007-08-31 07:58:27 +00:00
2007-08-12 00:43:29 +00:00
2007-09-09 23:55:55 +00:00
2007-08-12 00:43:29 +00:00
2007-08-30 01:19:48 +00:00
2007-08-16 14:35:24 +00:00