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 rhettinger
Recipients Rim Chatti, docs@python, rhettinger
Date 2020-07-09.18:04:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594317864.67.0.781454228424.issue41259@roundup.psfhosted.org>
In-reply-to
Content
Please submit a PR.

The parenthesis are not needed:
   re.findall(r"\b\w+ly\b", text)
History
Date User Action Args
2020-07-09 18:04:24rhettingersetrecipients: + rhettinger, docs@python, Rim Chatti
2020-07-09 18:04:24rhettingersetmessageid: <1594317864.67.0.781454228424.issue41259@roundup.psfhosted.org>
2020-07-09 18:04:24rhettingerlinkissue41259 messages
2020-07-09 18:04:24rhettingercreate