This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mark.Bell
Recipients Catherine.Devlin, Mark.Bell, Philippe Cloutier, ZackerySpytz, barry, cheryl.sabella, corona10, gvanrossum, karlcow, mrabarnett, serhiy.storchaka, syeberman, veky
Date 2021-05-18.18:34:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621362875.48.0.485558398226.issue28937@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-05-18 18:34:35Mark.Bellsetrecipients: + Mark.Bell, gvanrossum, barry, syeberman, mrabarnett, karlcow, serhiy.storchaka, Catherine.Devlin, veky, cheryl.sabella, corona10, ZackerySpytz, Philippe Cloutier
2021-05-18 18:34:35Mark.Bellsetmessageid: <1621362875.48.0.485558398226.issue28937@roundup.psfhosted.org>
2021-05-18 18:34:35Mark.Belllinkissue28937 messages
2021-05-18 18:34:35Mark.Bellcreate