mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
This commit is contained in:
parent
c28dd1faa5
commit
7847405a76
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ locatestarttagend = re.compile(r"""
|
|||
(?:'[^']*' # LITA-enclosed value
|
||||
|\"[^\"]*\" # LIT-enclosed value
|
||||
|[^'\">\s]+ # bare value
|
||||
)
|
||||
)?
|
||||
)?
|
||||
)
|
||||
)*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue