[issue9510] sqlite3.Warning isnt a subclass of exceptions.Warning

Antoine Pitrou report at bugs.python.org
Wed Aug 4 15:34:50 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

I don't really think it breaks compatibility.
The patch is bad, though. The "exceptions" module doesn't exist anymore in 3.x, the Warning class should be referenced directly instead.

----------
nosy: +ghaering, pitrou
stage: commit review -> patch review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9510>
_______________________________________


More information about the Python-bugs-list mailing list