[issue1046092] HTMLParser fix to accept mailformed tag attributes

2010-12-02 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Included this in the 'strict=False' mode in the issue 1486713 patch. -- nosy: +r.david.murray -BreamoreBoy resolution: - accepted stage: patch review - committed/rejected status: open - closed superseder: - HTMLParser : A

[issue1046092] HTMLParser fix to accept mailformed tag attributes

2010-11-20 Thread Neil Muller
Neil Muller drnlmuller+b...@gmail.com added the comment: I think this change is makes the parser far too lenient. Something like the explicit tolerant mode proposed in #1486713 is a better solution. -- nosy: +Neil Muller ___ Python tracker

[issue1046092] HTMLParser fix to accept mailformed tag attributes

2010-08-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: The patch is a one line change to a compiled regex. Would someone with html and/or regex knowledge like to comment, thanks, as I've no idea as to the implications. I also agree with comments in msg81692 regarding better unit tests.

[issue1046092] HTMLParser fix to accept mailformed tag attributes

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy, patch stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1046092 ___

[issue1046092] HTMLParser fix to accept mailformed tag attributes

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Heh, the patch applies cleanly to trunk more than four years later and tests pass fine. We'll surely need better tests if the behavior change is considered an improvement. -- nosy: +ajaksu2 ___ Python

[issue1046092] HTMLParser fix to accept mailformed tag attributes

2009-02-08 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- type: - feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1046092 ___