[issue1055864] HTMLParser not compliant to XHTML spec

2010-08-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: I think this should be closed as it's similar to #1051840, agreed? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1055864

[issue1055864] HTMLParser not compliant to XHTML spec

2010-08-19 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. fdr...@acm.org added the comment: Indeed it is. Closing, won't fix. HTMLParser tries to deal with XHTML constructs only so much as HTML ends up with that stuff, not because it's trying to handle everything. (The claimed example appears not to have been attached, anyway.)

[issue1055864] HTMLParser not compliant to XHTML spec

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1055864 ___ ___ Python-bugs-list

[issue1055864] HTMLParser not compliant to XHTML spec

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +HTMLParser doesn't treat endtags in script tags as CDATA stage: - test needed type: - feature request versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org