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 gvanrossum
Recipients abarry, barry, gvanrossum, mrabarnett, rhettinger, serhiy.storchaka, syeberman, veky
Date 2016-12-12.17:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+jJw2N=O1aMxxQyL1wiJ2a5+5u7OTBOzGemocUBVfWzQ@mail.gmail.com>
In-reply-to <1481560940.28.0.137174209097.issue28937@psf.upfronthosting.co.za>
Content
> except the other way around

Whoops. Indeed. So all's well here.

> x.split(tuple(string.whitespace))

Yes, that's what I was after. (But it can be a separate PR.)
History
Date User Action Args
2016-12-12 17:12:14gvanrossumsetrecipients: + gvanrossum, barry, rhettinger, syeberman, mrabarnett, serhiy.storchaka, veky, abarry
2016-12-12 17:12:14gvanrossumlinkissue28937 messages
2016-12-12 17:12:14gvanrossumcreate