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 Philippe Cloutier
Recipients Philippe Cloutier, barry, cheryl.sabella, gvanrossum, mrabarnett, rhettinger, serhiy.storchaka, syeberman, veky
Date 2019-10-18.16:26:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571416019.08.0.0620604323315.issue28937@roundup.psfhosted.org>
In-reply-to
Content
I assume the "workaround" suggested by Raymond in msg282966 is supposed to read...
filter(None, str.split(sep)
... rather than filter(None, sep.split(input)).
History
Date User Action Args
2019-10-18 16:26:59Philippe Cloutiersetrecipients: + Philippe Cloutier, gvanrossum, barry, rhettinger, syeberman, mrabarnett, serhiy.storchaka, veky, cheryl.sabella
2019-10-18 16:26:59Philippe Cloutiersetmessageid: <1571416019.08.0.0620604323315.issue28937@roundup.psfhosted.org>
2019-10-18 16:26:59Philippe Cloutierlinkissue28937 messages
2019-10-18 16:26:58Philippe Cloutiercreate