Serhiy Storchaka added the comment:

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.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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

Reply via email to