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, veky
Date 2021-08-19.11:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629372127.91.0.304259336487.issue44940@roundup.psfhosted.org>
In-reply-to
Content
It currently says:

...matches are returned in the order found. If one or more groups are present in the pattern, return a list of groups...

I'm not quite sure how it could be clearer. Maybe "Alternatively" at the start of the second sentence?

regexr does the same thing, as far as I can see. Match is 'cool', group 1 is empty. Matches are not the same as groups.
History
Date User Action Args
2021-08-19 11:22:07vekysetrecipients: + veky, docs@python, rondevous
2021-08-19 11:22:07vekysetmessageid: <1629372127.91.0.304259336487.issue44940@roundup.psfhosted.org>
2021-08-19 11:22:07vekylinkissue44940 messages
2021-08-19 11:22:07vekycreate