Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

The spans say this:

>>> for m in re.finditer('((.d.)*)*', 'adb'):
    print(m.span())

    
(0, 3)
(3, 3)

There's an non-empty match followed by an empty match.

IHMO, not a bug.

----------
nosy: +mrabarnett

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

Reply via email to