Message393896
So I think I agree with you about the difference between .split() and .split(' '). However wouldn't that mean that
' x y z'.split(maxsplit=1, keepempty=False) == ['x', 'y z']
since it should do one split. |
|
Date |
User |
Action |
Args |
2021-05-18 18:34:35 | Mark.Bell | set | recipients:
+ Mark.Bell, gvanrossum, barry, syeberman, mrabarnett, karlcow, serhiy.storchaka, Catherine.Devlin, veky, cheryl.sabella, corona10, ZackerySpytz, Philippe Cloutier |
2021-05-18 18:34:35 | Mark.Bell | set | messageid: <1621362875.48.0.485558398226.issue28937@roundup.psfhosted.org> |
2021-05-18 18:34:35 | Mark.Bell | link | issue28937 messages |
2021-05-18 18:34:35 | Mark.Bell | create | |
|