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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 14 Jan 2001 06:35:55 -0800


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

Project: Python
Category: Regular Expressions
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : effbot
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



Follow-Ups:

Date: 2001-Jan-14 06:35
By: effbot

Comment:
Same as 123769
-------------------------------------------------------

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