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 georg.brandl
Recipients georg.brandl, momat
Date 2009-06-04.21:42:53
SpamBayes Score 4.0829622e-05
Marked as misclassified No
Message-id <1244151775.95.0.643024532005.issue6191@psf.upfronthosting.co.za>
In-reply-to
Content
> Throwing an exception and giving up is just not good enough.

Yes it is, in some cases. There are "forgiving" HTML parsers out there,
HTMLParser does not strive to be one.

There are *so many* cases where HTML is a bit malformed that it takes
more than just two exceptions to get it right.  It's for a reason that
browsers' parsers are so complex.  If you add these corner cases, people
will come asking for this exception, and that one, etc.
History
Date User Action Args
2009-06-04 21:42:56georg.brandlsetrecipients: + georg.brandl, momat
2009-06-04 21:42:55georg.brandlsetmessageid: <1244151775.95.0.643024532005.issue6191@psf.upfronthosting.co.za>
2009-06-04 21:42:54georg.brandllinkissue6191 messages
2009-06-04 21:42:53georg.brandlcreate