[New-bugs-announce] [issue13993] Handling of broken end tags in HTMLParser

Ezio Melotti report at bugs.python.org
Sat Feb 11 14:49:57 CET 2012


New submission from Ezio Melotti <ezio.melotti at gmail.com>:

The attached patch fixes the parser to handle broken end tags like:
</label</p>
</div end tmAd-leaderBoard>
</<h4>
</li class="unit">
</li\r\n\t\t\t\t\t\t</ul>
</><

----------
assignee: ezio.melotti
components: Library (Lib)
files: issue13993.diff
keywords: patch
messages: 153126
nosy: eric.araujo, ezio.melotti
priority: normal
severity: normal
stage: commit review
status: open
title: Handling of broken end tags in HTMLParser
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file24487/issue13993.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13993>
_______________________________________


More information about the New-bugs-announce mailing list