[issue13576] Handling of broken condcoms in HTMLParser

2011-12-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed type: behavior -> enhancement ___ Python tracker ___

[issue13576] Handling of broken condcoms in HTMLParser

2011-12-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c60fd12664f by Ezio Melotti in branch '2.7': #13576: add tests about the handling of (possibly broken) condcoms. http://hg.python.org/cpython/rev/9c60fd12664f New changeset 4ddbb756b602 by Ezio Melotti in branch '3.2': #13576: add tests about the

[issue13576] Handling of broken condcoms in HTMLParser

2011-12-10 Thread Ezio Melotti
New submission from Ezio Melotti : The attached patch adds a few tests about the handling of broken conditional comments (condcoms). A valid condcom looks like . An invalid one looks like This seems a common mistake, and it's found even on popular sites like adobe, linkedin, deviantart. C