[issue14538] HTMLParser: parsing error

Ezio Melotti report at bugs.python.org
Mon Apr 9 23:39:39 CEST 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

With Python 2.7.3rc2 and 3.3.0a0 (strict=False) I get:

Start tag: a
End tag  : a
Start tag: script
End tag  : script
Start tag: meta
Data     : <meta / >
Start tag: body
End tag  : body

This is better, but still not 100% correct, the "<meta / >" shouldn't be seen as data.

----------
assignee:  -> ezio.melotti
stage:  -> test needed
versions: +Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list