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 mrabarnett
Recipients Anthony Sottile, dom1310df, ezio.melotti, gvanrossum, malin, mrabarnett, serhiy.storchaka, vstinner
Date 2022-04-04.17:04:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
For reference, I also implemented .regs in the regex module for compatibility, but I've never used it myself. I had to do some investigating to find out what it did!

It returns a tuple of the spans of the groups.

Perhaps I might have used it if it didn't have such a cryptic name and/or was documented.
History
Date User Action Args
2022-04-04 17:04:09mrabarnettsetrecipients: + mrabarnett, gvanrossum, vstinner, ezio.melotti, serhiy.storchaka, malin, Anthony Sottile, dom1310df
2022-04-04 17:04:09mrabarnettsetmessageid: <[email protected]>
2022-04-04 17:04:09mrabarnettlinkissue47152 messages
2022-04-04 17:04:09mrabarnettcreate