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 steven.daprano
Recipients Matthew Drago, ezio.melotti, mrabarnett, steven.daprano, xtreak
Date 2019-03-02.04:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551502267.63.0.659787275515.issue36158@roundup.psfhosted.org>
In-reply-to
Content
> i want to apply a regex on a list of strings. 

The example you give doesn't include a list of strings, it has some unknown "entity" object with an unknown "trigger" attribute. Please refactor the code to remove the use of a class we don't have access to. You may find that entity.trigger does not contain what you think it contains.
History
Date User Action Args
2019-03-02 04:51:07steven.dapranosetrecipients: + steven.daprano, ezio.melotti, mrabarnett, xtreak, Matthew Drago
2019-03-02 04:51:07steven.dapranosetmessageid: <1551502267.63.0.659787275515.issue36158@roundup.psfhosted.org>
2019-03-02 04:51:07steven.dapranolinkissue36158 messages
2019-03-02 04:51:07steven.dapranocreate