[issue22360] Adding manually offset parameter to str/bytes split function

Christoph Wruck report at bugs.python.org
Mon Sep 8 15:42:36 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22360>
_______________________________________


More information about the Python-bugs-list mailing list