E607 Update docs · python/cpython@62e2d6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 62e2d6b

Browse files
author
Erlend E. Aasland
committed
Update docs
1 parent 1029860 commit 62e2d6b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/library/sqlite3.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,13 @@ Connection Objects
467467

468468
Loadable extensions are disabled by default. See [#f1]_.
469469

470+
.. audit-event:: sqlite3.enable_load_extension enabled sqlite3.enable_load_extension
471+
470472
.. versionadded:: 3.2
471473

474+
.. versionchanged:: 3.10
475+
Added auditing event.
476+
472477
.. literalinclude:: ../includes/sqlite3/load_extension.py
473478

474479
.. method:: load_extension(path)
@@ -479,8 +484,13 @@ Connection Objects
479484

480485
Loadable extensions are disabled by default. See [#f1]_.
481486

487+
.. audit-event:: sqlite3.load_extension path sqlite3.load_extension
488+
482489
.. versionadded:: 3.2
483490

491+
.. versionchanged:: 3.10
492+
Added auditing event.
493+
484494
.. attribute:: row_factory
485495

486496
You can change this attribute to a callable that accepts the cursor and the

0 commit comments

Comments
 (0)
0