[Python-bugs-list] [Bug #123769] sre bug for non-greedy match

noreply@sourceforge.net noreply@sourceforge.net
Tue, 28 Nov 2000 20:15:09 -0800


Bug #123769, was updated on 2000-Nov-28 20:15
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: sre bug for non-greedy match

Details: import pre, sre

print pre.match(r'.*?\S *:', 'xx:').group()  # ok
print sre.match(r'.*?\S *:', 'xx:').group()  # error



For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=123769&group_id=5470