Commit 7847405a authored by Georg Brandl's avatar Georg Brandl

bug [ 761452 ] HTMLParser chokes on my.yahoo.com output

parent c28dd1fa
......@@ -36,7 +36,7 @@ locatestarttagend = re.compile(r"""
(?:'[^']*' # LITA-enclosed value
|\"[^\"]*\" # LIT-enclosed value
|[^'\">\s]+ # bare value
)
)?
)?
)
)*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment