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 William Ayd
Recipients William Ayd, srittau
Date 2017-10-31.14:38:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509460683.3.0.213398074469.issue31844@psf.upfronthosting.co.za>
In-reply-to
Content
And assuming that subclass requirement is intentional we could add an optional keyword argument to the HTMLParser that indicates what to do with errors, much like how encoding issues are handled within codecs. For backwards compatibility it can default to ignore, but fail and warn could be two alternate approaches that the error method could account for
History
Date User Action Args
2017-10-31 14:38:03William Aydsetrecipients: + William Ayd, srittau
2017-10-31 14:38:03William Aydsetmessageid: <1509460683.3.0.213398074469.issue31844@psf.upfronthosting.co.za>
2017-10-31 14:38:03William Aydlinkissue31844 messages
2017-10-31 14:38:03William Aydcreate