commit | 46130f85381f697dc7f609b2659cc046d2370417 | [log] [tgz] |
---|---|---|
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Oct 20 13:05:13 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 20 16:05:13 2020 -0400 |
tree | 590ea6caf28d68a89e8e9e4bba39b9e26c30dcf6 | |
parent | d12afba507990b6d75f701b398d4f342576be5d7 [diff] [blame] |
bpo-41192: Add documentation of undocumented audit events (GH-22831) (cherry picked from commit 3f7e990fd49dbabc1dde41ce58c1bdda9f56ead7)
diff --git a/Doc/c-api/file.rst b/Doc/c-api/file.rst index ea027ee..ed3735a 100644 --- a/Doc/c-api/file.rst +++ b/Doc/c-api/file.rst
@@ -82,6 +82,8 @@ This function is safe to call before :c:func:`Py_Initialize`. + .. audit-event:: setopencodehook "" c.PyFile_SetOpenCodeHook + .. versionadded:: 3.8