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 pitrou
Recipients eric.araujo, ghaering, ncw, pitrou
Date 2010-08-04.13:38:23
SpamBayes Score 2.1280327e-06
Marked as misclassified No
Message-id <1280929105.22.0.924235840996.issue9510@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I see. Well I don't think we can change inheritance in bugfix branches anyway.
In 3.x, though, StandardError has disappeared and sqlite3.Warning inherits directly from Exception:

>>> import sqlite3
>>> sqlite3.Warning.__bases__
(<class 'Exception'>,)
History
Date User Action Args
2010-08-04 13:38:25pitrousetrecipients: + pitrou, ghaering, ncw, eric.araujo
2010-08-04 13:38:25pitrousetmessageid: <1280929105.22.0.924235840996.issue9510@psf.upfronthosting.co.za>
2010-08-04 13:38:23pitroulinkissue9510 messages
2010-08-04 13:38:23pitroucreate