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 apalala
Recipients apalala, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka
Date 2020-01-01.12:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577882600.94.0.40252001372.issue39165@roundup.psfhosted.org>
In-reply-to
Content
The discussion on python-ideas favored the inclusion of `findfirst()`. At any rate, not having a generator version of `findall()` is an important omission.

Another user's search of Github public repositories found that `findall(...)[0]` is prevalent. python-ideas agreed that the cause was the incompleteness/asymmetry in `re`.
History
Date User Action Args
2020-01-01 12:43:21apalalasetrecipients: + apalala, rhettinger, ezio.melotti, mrabarnett, serhiy.storchaka
2020-01-01 12:43:20apalalasetmessageid: <1577882600.94.0.40252001372.issue39165@roundup.psfhosted.org>
2020-01-01 12:43:20apalalalinkissue39165 messages
2020-01-01 12:43:20apalalacreate