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 THRlWiTi, eric.smith, mrabarnett, serhiy.storchaka
Date 2017-02-06.08:23:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486369386.98.0.909266069249.issue29459@psf.upfronthosting.co.za>
In-reply-to
Content
I predicted that that change will open a can of worms.

The match object is not a dictionary. I don't see a need in new methods. The get() method you propose looks virtually the same as the group() method. "'a' in match" is virtually the same as "match.get('a') is not None".
History
Date User Action Args
2017-02-06 08:23:07serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, mrabarnett, THRlWiTi
2017-02-06 08:23:06serhiy.storchakasetmessageid: <1486369386.98.0.909266069249.issue29459@psf.upfronthosting.co.za>
2017-02-06 08:23:06serhiy.storchakalinkissue29459 messages
2017-02-06 08:23:06serhiy.storchakacreate