[issue36510] Regular Expression Dot-Star patter matching - re- text skipping

SilentGhost report at bugs.python.org
Tue Apr 2 14:16:14 EDT 2019


SilentGhost <ghost.adh at runbox.com> added the comment:

re.findall returns non-overlapping matches (as is made clear in documentation). This is the behaviour you're observing.

----------
assignee: terry.reedy -> 
components:  -IDLE, Library (Lib), Windows
nosy: +SilentGhost
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36510>
_______________________________________


More information about the Python-bugs-list mailing list