New submission from Michel Leunen :
HTMLParser fails to parse this structure of tags:
''
Parsing stops after the first meta tag ignoring the remainers
from HTMLParser import HTMLParser
parser = process_html()
parser.feed('')
Python 2.7.2+ Ubuntu 11.10
--
comp
Changes by Michel Leunen :
--
title: HTMLParser -> HTMLParser: parsing error
___
Python tracker
<http://bugs.python.org/issue14538>
___
___
Python-bugs-list mai
Michel Leunen added the comment:
Thanks guys for your comments and for solving this issue. Great work!
--
___
Python tracker
<http://bugs.python.org/issue14