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 Elias Tarhini
Recipients Elias Tarhini, ezio.melotti, mrabarnett
Date 2019-03-23.21:51:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553377878.65.0.767169781063.issue36397@roundup.psfhosted.org>
In-reply-to
Content
Thank you. Was too zeroed-in on the idea that it was from the zero-width pattern, and I forgot to consider the group. Looks like `re.sub(pattern, 'some-delim', s).split('some-delim')` is a way to do this if it's not possible to use a non-capturing group
History
Date User Action Args
2019-03-23 21:51:18Elias Tarhinisetrecipients: + Elias Tarhini, ezio.melotti, mrabarnett
2019-03-23 21:51:18Elias Tarhinisetmessageid: <1553377878.65.0.767169781063.issue36397@roundup.psfhosted.org>
2019-03-23 21:51:18Elias Tarhinilinkissue36397 messages
2019-03-23 21:51:18Elias Tarhinicreate