[issue28937] str.split(): allow removing empty strings (when sep is not None)

Mark Bell report at bugs.python.org
Thu May 20 06:54:07 EDT 2021


Mark Bell <mark00bell at googlemail.com> added the comment:

Thank you very much for confirming these test cases. Using these I believe that I have now been able to complete a patch that would implement this feature. The PR is available at https://github.com/python/cpython/pull/26222. As I am a first-time contributor, please could a maintainer approve running the CI workflows so that I can confirm that all the (new) tests pass.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28937>
_______________________________________


More information about the Python-bugs-list mailing list