[issue14538] HTMLParser: parsing error

Jim Jewett report at bugs.python.org
Thu Apr 12 16:03:57 CEST 2012


Jim Jewett <jimjjewett at gmail.com> added the comment:

-1 on that particular patch.  

<tagname / >


(with only whitespace between "/" and ">") strikes me as obviously intending to close the tag, and a reasonably common error.

I can't think of any reason to support nested meta tags while not supporting sloppy self-closing tags.

----------

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


More information about the Python-bugs-list mailing list