Antoine Pitrou <pit...@free.fr> added the comment:

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'>,)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9510>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to