Kaydet (Commit) cd0af2bf authored tarafından Georg Brandl's avatar Georg Brandl

Reverting previous checkin. This breaks too much of HTMLParser to be applied

without thought. Anyway, such malformed HTML is better handled by something
like BeautifulSoup.

CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: 	Lib/HTMLParser.py
CVS: ----------------------------------------------------------------------
üst 3078cb92
......@@ -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