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 bayerf
Recipients bayerf
Date 2009-05-16.23:50:00
SpamBayes Score 0.0054059234
Marked as misclassified No
Message-id <1242517802.47.0.808968818979.issue6043@psf.upfronthosting.co.za>
In-reply-to
Content
Acoording to documentation, only a few exceptions should inherit
directly from Exception, most should inherit from StandardError.
However, HTMLParser.HTMLParseError doesn't conform:

isinstance(HTMLParser.HTMLParseError("foo"),StandardError) --> False
History
Date User Action Args
2009-05-16 23:50:02bayerfsetrecipients: + bayerf
2009-05-16 23:50:02bayerfsetmessageid: <1242517802.47.0.808968818979.issue6043@psf.upfronthosting.co.za>
2009-05-16 23:50:01bayerflinkissue6043 messages
2009-05-16 23:50:00bayerfcreate