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

This commit is contained in:
Georg Brandl 2005-08-31 22:08:45 +00:00
parent c28dd1faa5
commit 7847405a76
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ locatestarttagend = re.compile(r"""
(?:'[^']*' # LITA-enclosed value
|\"[^\"]*\" # LIT-enclosed value
|[^'\">\s]+ # bare value
)
)?
)?
)
)*