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 veky
Recipients docs@python, rondevous, serhiy.storchaka, veky
Date 2021-08-20.17:01:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629478906.72.0.676731382151.issue44940@roundup.psfhosted.org>
In-reply-to
Content
Also, maybe you should read the following sentence (also in the docs):

> If one wants more information about all matches of a pattern than the matched text, finditer() is useful as it provides match objects instead of strings.

It seems that's what you wanted in the first place.
History
Date User Action Args
2021-08-20 17:01:46vekysetrecipients: + veky, docs@python, serhiy.storchaka, rondevous
2021-08-20 17:01:46vekysetmessageid: <1629478906.72.0.676731382151.issue44940@roundup.psfhosted.org>
2021-08-20 17:01:46vekylinkissue44940 messages
2021-08-20 17:01:46vekycreate