[Webkit-unassigned] [Bug 51410] webkit-patch open-bugs does not correctly ignore dates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 21 11:30:26 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51410





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-12-21 11:30:26 PST ---
The current regexp is:

    bug_number_regexp = re.compile(r"\b\d{4,6}\b")


Which treats '-' as a non-word char, and thus there is a "word boundary" between 2010 and -

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list