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 rondevous
Recipients docs@python, rondevous, serhiy.storchaka, veky
Date 2021-08-20.16:03:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629475437.67.0.934882868048.issue44940@roundup.psfhosted.org>
In-reply-to
Content
Maybe the functionality of re.findall and re.finditer is limited because, e.g. I can't do something like this:
https://stackoverflow.com/questions/3512471/what-is-a-non-capturing-group-in-regular-expressions#3513858

The workaround for doing that might need me to eventually write a parser O_O
History
Date User Action Args
2021-08-20 16:03:57rondevoussetrecipients: + rondevous, docs@python, serhiy.storchaka, veky
2021-08-20 16:03:57rondevoussetmessageid: <1629475437.67.0.934882868048.issue44940@roundup.psfhosted.org>
2021-08-20 16:03:57rondevouslinkissue44940 messages
2021-08-20 16:03:57rondevouscreate