In article <[EMAIL PROTECTED]>,
 <[EMAIL PROTECTED]> wrote:
>
>2) When I use MatchObjects I have to look at the docs to remember the
>difference between group() and groups() etc. So I suggest to add a
>__getitem__ method to MatchObject, so this:
>
>mo[3]
>
>Equals to:
>
>mo.group(3)

Patches are wonderful, but if not, please post this RFE to the bug
tracker.
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

Weinberg's Second Law: If builders built buildings the way programmers wrote 
programs, then the first woodpecker that came along would destroy civilization.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to