[issue1055864] HTMLParser not compliant to XHTML spec

2010-08-19 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. 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.) -- reso

[issue1055864] HTMLParser not compliant to XHTML spec

2010-08-19 Thread Mark Lawrence
Mark Lawrence added the comment: I think this should be closed as it's similar to #1051840, agreed? -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue1055864] HTMLParser not compliant to XHTML spec

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1055864] HTMLParser not compliant to XHTML spec

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +HTMLParser doesn't treat endtags in