summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Security/2021-05-02-17-50-23.bpo-43434.cy7xz6.rst
blob: b5a3f8d7587498a3b0b5f4118093125a7bcf6ae7 (plain)
1
2
3
4
Creating :class:`sqlite3.Connection` objects now also produces
``sqlite3.connect`` and ``sqlite3.connect/handle`` :ref:`auditing events
<auditing>`. Previously these events were only produced by
:func:`sqlite3.connect` calls. Patch by Erlend E. Aasland.