New submission from Olaf Tomalka <olaf.toma...@gmail.com>:

While this is wrongly formated html, I've spotted such an example on real 
website on the web, and all browsers handle the bad tag gracefully, while the 
python html parser throws an exception with "bad end tag", I think additional 
info in end tag should be ignored, no exception thrown and rest of the page 
parsed.
I'm including minimal example.

----------
components: Library (Lib)
files: minimal.py
messages: 157570
nosy: ritave
priority: normal
severity: normal
status: open
title: HTMLParser can't handle erronous end tags with additional tags in it
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file25130/minimal.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14506>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to