mirror of https://github.com/python/cpython
bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
This commit is contained in:
parent
c28dd1faa5
commit
7847405a76
|
@ -36,7 +36,7 @@ locatestarttagend = re.compile(r"""
|
|||
(?:'[^']*' # LITA-enclosed value
|
||||
|\"[^\"]*\" # LIT-enclosed value
|
||||
|[^'\">\s]+ # bare value
|
||||
)
|
||||
)?
|
||||
)?
|
||||
)
|
||||
)*
|
||||
|
|
Loading…
Reference in New Issue