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 cwr
Recipients cwr, r.david.murray, serhiy.storchaka, steven.daprano
Date 2014-09-08.13:42:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410183756.11.0.840084885358.issue22360@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, you will be right if you've to split a complex string such spliting strings with more than one separator. In this case I would prefer a regex bases solution too. Otherwise we could actually use the re-lib for every of those jobs without using the fast built-in str/bytes split function. Unfortunately lags re.split/findall again str/bytes split function.
History
Date User Action Args
2014-09-08 13:42:36cwrsetrecipients: + cwr, steven.daprano, r.david.murray, serhiy.storchaka
2014-09-08 13:42:36cwrsetmessageid: <1410183756.11.0.840084885358.issue22360@psf.upfronthosting.co.za>
2014-09-08 13:42:36cwrlinkissue22360 messages
2014-09-08 13:42:35cwrcreate