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 apalala, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka
Date 2019-12-31.22:02:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577829737.64.0.66325022561.issue39165@roundup.psfhosted.org>
In-reply-to
Content
-1 

I think the module is better-off without this function.  There are already more functions than most people know or remember.  For most cases, re.search() or re.finditer() will suffice.  

Also, I don't recall having seen findall(...)[0].  If it does exist, it is likely an education problem (i.e. something that can be addressed with documentation or a faq).
History
Date User Action Args
2020-01-01 02:10:44rhettingerunlinkissue39165 messages
2019-12-31 22:02:17rhettingersetrecipients: + rhettinger, ezio.melotti, mrabarnett, serhiy.storchaka, apalala
2019-12-31 22:02:17rhettingersetmessageid: <1577829737.64.0.66325022561.issue39165@roundup.psfhosted.org>
2019-12-31 22:02:17rhettingerlinkissue39165 messages
2019-12-31 22:02:17rhettingercreate