[issue1046092] HTMLParser fix to accept malformed tag attributes

2011-05-10 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: For the record, the new issue is #12008. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1046092 ___

[issue1046092] HTMLParser fix to accept malformed tag attributes

2011-05-05 Thread svilen dobrev
svilen dobrev a...@svilendobrev.com added the comment: this seems to eat too much into data and gets past endpos of the chunk processed, and parser gets confused and treats any subsequent stuff as data. i didn't think out how to fix the regexp as such, but instead limited its span to :endpos

[issue1046092] HTMLParser fix to accept malformed tag attributes

2011-05-05 Thread svilen dobrev
Changes by svilen dobrev a...@svilendobrev.com: Added file: http://bugs.python.org/file21892/test-htmlparser-attrs.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1046092 ___

[issue1046092] HTMLParser fix to accept malformed tag attributes

2011-05-05 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: This issue is closed, so it's better if you create a new issue. Even better if you can attach a patch that adds a testcase to Lib/test/test_htmlparser.py -- nosy: +ezio.melotti ___ Python

[issue1046092] HTMLParser fix to accept malformed tag attributes

2010-12-02 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- title: HTMLParser fix to accept mailformed tag attributes - HTMLParser fix to accept malformed tag attributes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1046092