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 r.david.murray
Recipients cwr, r.david.murray, serhiy.storchaka, steven.daprano
Date 2014-09-08.13:10:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410181843.14.0.726763393132.issue22360@psf.upfronthosting.co.za>
In-reply-to
Content
If you want to do complex splitting, the supported way to do so is re.split.  Feel free to take this to python-ideas if you think there is sufficient reason for baking a particular additional splitting functionality into str.split.
History
Date User Action Args
2014-09-08 13:10:43r.david.murraysetrecipients: + r.david.murray, steven.daprano, serhiy.storchaka, cwr
2014-09-08 13:10:43r.david.murraysetmessageid: <1410181843.14.0.726763393132.issue22360@psf.upfronthosting.co.za>
2014-09-08 13:10:43r.david.murraylinkissue22360 messages
2014-09-08 13:10:42r.david.murraycreate