[Webkit-unassigned] [Bug 221162] New: autoinstall.py: Don't use an XML parser to parse HTML, fixes "mismatched tag" error
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 29 16:06:57 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221162
Bug ID: 221162
Summary: autoinstall.py: Don't use an XML parser to parse HTML,
fixes "mismatched tag" error
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aboya at igalia.com
Today autoinstall.py started failing becagse the page returned by
https://pypi.org/simple/fasteners/ now contains a <meta> tag, which is
not parseable as XML without the trailing slash.
This patch replaces that code to use an HTML parser instead of an XML
parser.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210130/c28e39fc/attachment.htm>
More information about the webkit-unassigned
mailing list