Christoph Wruck added the comment:

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.

----------
resolution: rejected -> 
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22360>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to