diff options
Diffstat (limited to 'Doc/library/audit_events.rst')
-rw-r--r-- | Doc/library/audit_events.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Doc/library/audit_events.rst b/Doc/library/audit_events.rst new file mode 100644 index 0000000..c23b9c6 --- /dev/null +++ b/Doc/library/audit_events.rst @@ -0,0 +1,21 @@ +.. _audit-events: + +.. index:: single: audit events + +Audit events table +================== + +This table contains all events raised by :func:`sys.audit` or +:c:func:`PySys_Audit` calls throughout the CPython runtime and the +standard library. + +See :func:`sys.addaudithook` and :c:func:`PySys_AddAuditHook` for +information on handling these events. + +.. impl-detail:: + + This table is generated from the CPython documentation, and may not + represent events raised by other implementations. See your runtime + specific documentation for actual events raised. + +.. audit-event-table:: |