[issue17668] re.split loses characters matching ungrouped parts of a pattern

R. David Murray report at bugs.python.org
Mon Apr 8 22:05:43 CEST 2013


R. David Murray added the comment:

As you pointed out, you can already get that behavior by enclosing the entire split expression in a group.  I don't see that there is any functionality missing here.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17668>
_______________________________________


More information about the Python-bugs-list mailing list