This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo, ezio.melotti
Date 2012-02-08.15:30:34
SpamBayes Score 7.88641e-09
Marked as misclassified No
Message-id <1328715035.39.0.475886595281.issue13960@psf.upfronthosting.co.za>
In-reply-to
Content
After reading some emails again, I’m +1 on porting the fixes to 2.7.

1) We agree that HTML5 is the reference specification.

2) I don’t think there is sane code that would be broken if some previously unparsable page became parsable (an exception can be HTML parsers, but the obvious example BeautifulSoup does not use HTMLParser for example); HTMLParser is not a validating parser and never made any guarantee about the validity of handled pages.

3) Most people should be happy to have more pages handled by HTMLParser.

4) 2.7 is unique as long-term support, last 2.7 release.
History
Date User Action Args
2012-02-08 15:30:35eric.araujosetrecipients: + eric.araujo, ezio.melotti
2012-02-08 15:30:35eric.araujosetmessageid: <1328715035.39.0.475886595281.issue13960@psf.upfronthosting.co.za>
2012-02-08 15:30:34eric.araujolinkissue13960 messages
2012-02-08 15:30:34eric.araujocreate