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 Claudiu.Popa, chris.jerdonek, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka
Date 2013-09-13.04:16:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379045799.37.0.0667504589909.issue17087@psf.upfronthosting.co.za>
In-reply-to
Content
What about such output?

    >>> re.search('p((a)|(b))(c)?', 'unpack')
    <SRE Match object: [2: 5]: 'p'(('a')())('c')>

Or may be ('p', [['a'], []], ['c']) if you prefer legal Python expression.
History
Date User Action Args
2013-09-13 04:16:39serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ezio.melotti, mrabarnett, chris.jerdonek, Claudiu.Popa
2013-09-13 04:16:39serhiy.storchakasetmessageid: <1379045799.37.0.0667504589909.issue17087@psf.upfronthosting.co.za>
2013-09-13 04:16:39serhiy.storchakalinkissue17087 messages
2013-09-13 04:16:38serhiy.storchakacreate