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 ezio.melotti
Recipients ezio.melotti, flying sheep, karlcow, r.david.murray
Date 2013-03-13.19:08:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363201720.39.0.338684285828.issue17410@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I'm not sure what's the point of implementing that specific algorithm if the end result is the same.  HTMLParser implementation also has the advantage of being much simpler, and probably faster too.  If for some reason you want that specific algorithm you can always use html5lib.
Also if you find places where HTMLParser is not doing the right thing you can report new issues (I know a few corner cases where this happens, but they are so obscure that I intentionally left them unfixed to keep the code simple).
History
Date User Action Args
2013-03-13 19:08:40ezio.melottisetrecipients: + ezio.melotti, r.david.murray, karlcow, flying sheep
2013-03-13 19:08:40ezio.melottisetmessageid: <1363201720.39.0.338684285828.issue17410@psf.upfronthosting.co.za>
2013-03-13 19:08:40ezio.melottilinkissue17410 messages
2013-03-13 19:08:40ezio.melotticreate