[Webkit-unassigned] [Bug 33659] commit-queue failed to catch ParseError exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 24 22:29:06 PST 2010


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2010-01-24 22:29:06 PST ---
The solution is to use Browser(factory=RobustFactory()) during creation.  That
tells mechanize to not use python's (strictish) HTML parser) and instead use
BeautifulSoup.  Should be a simple one line change.  We could even write a test
if we redirect to a file:// url.

-- 
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