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

Nick Craig-Wood report at bugs.python.org
Thu Aug 5 11:38:41 CEST 2010


Nick Craig-Wood <nick at craig-wood.com> added the comment:

I think the fact that sqlite may not be using the warnings properly is independent of this problem.  Warnings should be filterable, but if sqlite isn't notifying them properly - that would be a different bug.

BTW I came across this problem when trying to swap out MySQLdb with sqlite3.  The existing code was filtering warnings, that didn't work with sqlite3, hence this bug report!

----------

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


More information about the Python-bugs-list mailing list