-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-38892: Improve docs for audit event #17361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -7,7 +7,7 @@ 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. | |||
standard library. These calls were added in 3.8.0 or later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minimal addition.
@zooba Steve, I assigned this to you to merge when you approve. |
Thanks @terryjreedy for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry @terryjreedy and @zooba, I had trouble checking out the |
Thanks @terryjreedy for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
(cherry picked from commit e563a15) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-17391 is a backport of this pull request to the 3.8 branch. |
https://bugs.python.org/issue38892