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/library/functions.rst b/Doc/library/functions.rst index 101d118..ca6dabf 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -766,6 +766,8 @@ .. impl-detail:: This is the address of the object in memory. + .. audit-event:: builtins.id id id + .. function:: input([prompt])