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 larry
Recipients ezio.melotti, larry, mrabarnett, rhettinger
Date 2012-06-17.05:41:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339911698.27.0.508077668829.issue14991@psf.upfronthosting.co.za>
In-reply-to
Content
Just a thought--how about a new constant in the re module:
    SUPPRESSED=object()
and have the interface be
    mo.groupdict(default=re.SUPPRESSED)
History
Date User Action Args
2012-06-17 05:41:38larrysetrecipients: + larry, rhettinger, ezio.melotti, mrabarnett
2012-06-17 05:41:38larrysetmessageid: <1339911698.27.0.508077668829.issue14991@psf.upfronthosting.co.za>
2012-06-17 05:41:37larrylinkissue14991 messages
2012-06-17 05:41:37larrycreate