Serhiy Storchaka added the comment:

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".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29459>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to