:mod:`sqlite3` now emits an :exc:`ResourceWarning` if a :class:`sqlite3.Connection` object is not :meth:`closed ` explicitly. Patch by Erlend E. Aasland.