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 serhiy.storchaka
Recipients eric.smith, ezio.melotti, mrabarnett, selik, serhiy.storchaka, xiang.zhang
Date 2017-04-03.18:45:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491245102.02.0.87914420765.issue29965@psf.upfronthosting.co.za>
In-reply-to
Content
You can use mo.group(1, 2). If you need to slice arbitrary groups, you can slice the result of the groups() method (which is just a tuple).

The re module is already complex, and let use existing API rather than add the new one.
History
Date User Action Args
2017-04-03 18:45:02serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, ezio.melotti, mrabarnett, xiang.zhang, selik
2017-04-03 18:45:02serhiy.storchakasetmessageid: <1491245102.02.0.87914420765.issue29965@psf.upfronthosting.co.za>
2017-04-03 18:45:02serhiy.storchakalinkissue29965 messages
2017-04-03 18:45:01serhiy.storchakacreate